mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 21:42:38 +08:00
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
/*
|
|
* Public API Surface of <%= dasherize(name) %>
|
|
*/
|
|
|
|
export * from './lib/<%= dasherize(name) %>.service';
|
|
export * from './lib/<%= dasherize(name) %>.component';
|
|
export * from './lib/<%= dasherize(name) %>.module';
|