fulls1z3 / universal

Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
http://ng-seed.fulls1z3.com
MIT License
703 stars 138 forks source link

how include primeNG #18

Closed hameltomor closed 7 years ago

hameltomor commented 7 years ago

Hi guys!

How I can use primeNG modules with this template?

I installed to project and registered in module, but I have a error when I started like universal server. VM32464:27 ERROR Error: Uncaught (in promise): Error: Unexpected value 'DropdownModule' imported by the module 'BlogModule'. Please add a @NgModule annotation. Error: Unexpected value 'DropdownModule' imported by the module 'BlogModule'. Please add a @NgModule annotation.

fulls1z3 commented 7 years ago

@hameltomor unfortunately I have no specific knowledge about primeNG. However, I'll update this repository by including @angular/material2 soon. I hope this future update would give you more or less an idea including primeNG.