generator-angular2-library
generator-angular2-library copied to clipboard
Yeoman generator to create an Angular library
I am able to create a library and install it into a angular cli generated app without issue. However, if I want to use the library in a new library...
Your email validation is not accepting my email address as valid. Please update your validation to accept any and all valid domains. For clarity, mine is a .solutions TLD. http://data.iana.org/TLD/tlds-alpha-by-domain.txt
@jvandemo fixes playground linting error #203
Generated a new library and getting follewed linting errors: ``` Error: Error at playground/index.ts:9:31: Cannot find module 'testlib'. Error at src/sample.component.spec.ts:7:1: Cannot find name 'describe'. Error at src/sample.component.spec.ts:14:3: Cannot find...
Steps to reproduce: 1. Generate new library with `yo angular2-library`. 2. Run `npm run playground`. Browser refreshes indefinately. Tools: NodeJS: v6.10.0 Angular2-library: v11.4.0 OS: MacOSX Here is a part of...
Is there any way to generate the build with the separate css files? Because I wanted to do a Theme implementation, but for this I would need to separate the...
I have reinstalled yo still can't get generator-angular2-library to installed on my mac. I'm running npm 5.3.0 I did npm uninstall -g yo npm cache verify npm install -g yo...
npm run lint yields many erroneous issues: variable 'someVariable' used before declaration. It happens on imports. Also, it seems like not all of a specific error is found across all...
Please add generator and yo version to README.MD.
Other imports work just fine, but when the the lib is built, the import calls from the source code undergoes the change in the title. This then results in an...