add components from angular-lib
This commit is contained in:
parent
3c429c42f4
commit
834d1521f0
100 changed files with 33352 additions and 0 deletions
11
my-workspace/projects/my-lib/essai/essai.ts
Normal file
11
my-workspace/projects/my-lib/essai/essai.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'lib-essai',
|
||||
imports: [],
|
||||
templateUrl: './essai.html',
|
||||
styleUrl: './essai.css'
|
||||
})
|
||||
export class Essai {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue