generator-angular2-library
generator-angular2-library copied to clipboard
Yeoman generator to create an Angular library
If you run the `gulp:watch` or `playground` tasks and make a coding error that causes a compilation failure, it stops the watch task and requires a restart. The failure seems...
We constantly have to edit package.json files and tsconfig.es5.json because we use a company namespace, examples: @cognitec/ui, @cognitec/authentication, etc. When I want to use the generator, I am in .../@cognitec/...
Hi, I'm using 'npm run playground' to test the library, but I'am facing this issue in windows 10. Error: EPERM: operation not permitted, lstat 'C:\MinhData\Source\PenetraceFrontendFoundation\.tmp' .... It seems like problem...
I am getting these 'errors' when I run 'npm run build'. They seem to be warnings as everything works when I use the library but I would like to fix...
When I launch my application with angular universal i use this repo: https://github.com/evertonrobertoauler/cli-universal-demo ``` $ node dist/server.js ~/api-lib/index.js:1 (function (exports, require, module, __filename, __dirname) { import { Component, Directive, ElementRef,...
Umd bundle will be minified using the following rollup plugin: https://github.com/TrySound/rollup-plugin-uglify
Thank you for the cool project, very useful. I was checking the files in dist directory, I found them uncompressed! Is there an option to enable compression? or it is...
@jvandemo heya, I recently discovered a [shortcoming in my starter](https://github.com/filipesilva/angular-quickstart-lib/commit/ce13ea3ee5a962e5c46edeef7678e8339265a74d), where the `dist/` dir is always deleted. This causes linked libraries to not update the project that are using it,...
In a library created with this generator (Thanks! It's awesome) I use a css like this: ``` .css-class:before { content: "\62"; } ``` Building with `npm run build` I have...
Looking for some direction on SCSS while in playground. Below is my root component that includes styles.scss but it treats it as straight css and not compiled scss. 1. How...