shibbir / generator-angular2-typescript

Yeoman generator to scaffold out a front-end project with angular, typescript, webpack and much more..
https://www.npmjs.com/package/generator-angular2-typescript
MIT License
35 stars 7 forks source link

Couldn't select CSS framework, How to add 'ng-bootstrap'? #28

Open mehulmali opened 7 years ago

mehulmali commented 7 years ago

I couldn't select CSS framework using arrow keys, and eventually "none" was selected. When i pressed down arrow key,nothing changes , it stopped at "None" and couldn't change the option.

Currently, project run without bootstarp.. Now, I want to add ng-bootstrap. So, how to set project environment for support ng-bootstrap?

shibbir commented 7 years ago

Which OS you are using?

And for ng-bootstrap integration please follow the docs: https://ng-bootstrap.github.io/#/getting-started

mehulmali commented 7 years ago

Thanks for reply.

I am using "windows 10" OS.

I have followed https://ng-bootstrap.github.io/#/getting-started steps.

but, need any gulp setup for support bootstrap? like, inject bootstrap in dev and prod build?