Open cmelion opened 8 years ago
I'm looking into http://valor-software.com/ng2-bootstrap/, will post my results and a link to the repo here.
I'm still thinking about this, including bootstrap should be similar to including Material Design Lite.
The Demo project has a working example, see Working with MDL for more details.
I read the documentation on webpack and found it impressive. Uniform loading for all your resources! Use npm for package management! But I soon ran into problems. After generating the initial project, my goal was to modify it slightly to load Twitter Bootstrap, so I tried using npm to install bootstrap-webpack. The following are examples of errors I encountered around unmet peer dependencies:
This is the first time I have seen errors about peer dependencies from npm. After working on this for awhile, I reached a point where it seemed like all dependencies were available in node_modules, so I tried loading bootstrap-webpack in bootstrap.ts, but this caused the following runtime error: