angular-library-seed
angular-library-seed copied to clipboard
🌾 Seed project for Angular libraries that are AOT/JIT compatible and that use external SCSS-styles and HTML-templates
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.2.0 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - [`a4bcf3e`](https://github.com/jonschlinkert/mixin-deep/commit/a4bcf3ef9cdc144c4c39ff8f1e1f566f338c477e) 1.3.1 - [`578b0bc`](https://github.com/jonschlinkert/mixin-deep/commit/578b0bc5e74e14de9ef4975f504dc698796bdf9c) exclude __proto__ - [`7705bdf`](https://github.com/jonschlinkert/mixin-deep/commit/7705bdf88ff0263242c07c824d20526203876668) 1.3.0...
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. Commits - [`4235459`](https://github.com/npm/fstream/commit/42354590e23bb514eb5c869eea64406be2947c6c) 1.0.12 - [`6a77d2f`](https://github.com/npm/fstream/commit/6a77d2fa6e1462693cf8e46f930da96ec1b0bb22) Clobber a Link if it's in the way of a File - See full diff in [compare view](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)...
Hi, First i would like to THANK YOU for this project because all the other I founded are old, obsolete, not-working ... I have a problem when I use a...
How can I include assets like images in library, and use them for img src ?
I'm having trouble figuring out why in your UMD config, you set `tsconfig.json`'s `module` prop to `commonjs` instead of `umd`. In my case, setting it to `umd` breaks the build,...
You have the only decent angular library seed project that exists. All others are lacking, broken, outdated, or over-complicated in some way. I hope you keep up with this project...
[At the result of compodoc](https://trekhleb.github.io/angular-library-seed/), some menu items are repeating. 
I used the seed to create 2 plugins. But for some reasons they cannot be together in the same project. If I install the first one, NPM deletes the other...
1. Use angular-5 2. Fixed the webpack warning 3. Fixed the compodoc warning by - upgrade the version - use new command parameters.
Upgraded the library and the demo app to Angular 5 as well as upgraded the supporting libs.