2.0.0-beta.2 • Published 7 years ago
primeng-builder v2.0.0-beta.2
Setup
Create new angular project
ng new <project name>Add Primeng
ng add primeng-builderThis will be import primeng dependencies.
Change Default Theme
Default theme is nova-light. If you want different theme, command should be like that. You can choose 3 theme! nova-light nova-dark nova-colored
If you enter a wrong theme name, don't you worry we apply default theme.
ng add primeng-builder --theme nova-darkCreate Primeng Sample Component
ng g primeng-builder:accordion --name <project name>This will be import accordion module in your app module and create a component.
That's it! Don't forget, ALWAYS BET ON PRIME.