Added angular-librarian for manage library
This commit is contained in:
parent
9d174550f5
commit
e625f9fd30
44 changed files with 1867 additions and 228 deletions
8
examples/example.component.ts
Normal file
8
examples/example.component.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'example-root',
|
||||
templateUrl: './example.component.html',
|
||||
styleUrls: []
|
||||
})
|
||||
export class ExampleComponent { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue