angular-rollup-starter icon indicating copy to clipboard operation
angular-rollup-starter copied to clipboard

Angular2 & Rollup.js including AoT and Universal Prerendering

Results 4 angular-rollup-starter issues
Sort by recently updated
recently updated
newest added

I want to use leaflet library in this project when I use: **npm run roll** I have an error like: 'TileLayer' does not exist on type 'typeof L'

How to include 3rd party libs like ng2-translate, ng2-material and others? After adding module to vendor.ts and build i have errors. Inside your files i added: vendor.ts ``` import {TranslateModule}...

Would be nice to have Istanbul for code coverage. I tried by myself with no success. Thank you for your work @jkuri!