feat: import static dynamic challenge

This commit is contained in:
thomas
2024-01-11 09:26:41 +01:00
parent b851a39251
commit 5ae981478c
9 changed files with 59 additions and 27 deletions

View File

@@ -1,3 +1,3 @@
export { UserComponent } from './lib/user.component';
export type { User } from './lib/user.model';
export { UserPipe } from './lib/user.pipe';
export { default } from './lib/users.component';