We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Small typo
jquery shouldn be placed in the devDependencies & typings is not longer used in the current version ;)
Updated How to use with FeathersJS (markdown)
Created How to include stylus support (markdown)
Updated How to add .pug support (markdown)
Updated How to add .jade support (markdown)
Created How to add .jade support (markdown)
Updated How to serve with PM2 (markdown)
Updated How to include SCSS in components (markdown)
This didn't worked as written... but if instead of styles: ['./bootstrap.scss'] we use styles: [require('./bootstrap.scss')] it works!
Fix small typo scss -> css
remove require
update to new Angular 2
Updated the documentation to work with latest version.
Fixed typos
Added source code types and merged loader configuration for .sass and .scss files
Added link to 'How to use Bootstrap 3, Sass and ng2-bootstrap'
Added tutorial for adding ng2-bootstrap and bootstrap-sass to this starter
Updated How to pass environment variables? (markdown)