angular-library-example
angular-library-example copied to clipboard
An example for how to write an Angular2, Angular4 or Angular5 library
Results
1
angular-library-example issues
Sort by
recently updated
recently updated
newest added
Hi, I was testing this form to generate a library and I found a problem. In my code, I have a service from an external dependency: ```@Injectable() export class AuthServerProvider...