generator-angular2-library icon indicating copy to clipboard operation
generator-angular2-library copied to clipboard

Yeoman generator to create an Angular library

Results 84 generator-angular2-library issues
Sort by recently updated
recently updated
newest added

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...

Type: Question
Status: In Progress
Type: Bug

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/...

Type: Enhancement
Status: Proposal
Status: Review Needed

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...

Type: Question

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,...

help wanted
Type: Question

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...

Type: Enhancement
Status: In Progress

@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,...

Priority: Medium
Type: Bug

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...

Type: Question
Priority: Low

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...

Type: Enhancement
Type: Question