angular-rollup-starter
angular-rollup-starter copied to clipboard
Angular2 & Rollup.js including AoT and Universal Prerendering
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!