added skeleton of the project
parent
21815c74
No related branches found
No related tags found
Showing
- README.md 7 additions, 6 deletionsREADME.md
- src/app/app-routing.module.ts 10 additions, 1 deletionsrc/app/app-routing.module.ts
- src/app/app.component.html 4 additions, 481 deletionssrc/app/app.component.html
- src/app/app.module.ts 3 additions, 1 deletionsrc/app/app.module.ts
- src/app/features/catalog/catalog-routing.module.ts 19 additions, 0 deletionssrc/app/features/catalog/catalog-routing.module.ts
- src/app/features/catalog/catalog.component.html 1 addition, 0 deletionssrc/app/features/catalog/catalog.component.html
- src/app/features/catalog/catalog.component.scss 0 additions, 0 deletionssrc/app/features/catalog/catalog.component.scss
- src/app/features/catalog/catalog.component.spec.ts 21 additions, 0 deletionssrc/app/features/catalog/catalog.component.spec.ts
- src/app/features/catalog/catalog.component.ts 10 additions, 0 deletionssrc/app/features/catalog/catalog.component.ts
- src/app/features/catalog/catalog.module.ts 17 additions, 0 deletionssrc/app/features/catalog/catalog.module.ts
- src/app/features/home/home-routing.module.ts 19 additions, 0 deletionssrc/app/features/home/home-routing.module.ts
- src/app/features/home/home.component.html 1 addition, 0 deletionssrc/app/features/home/home.component.html
- src/app/features/home/home.component.scss 0 additions, 0 deletionssrc/app/features/home/home.component.scss
- src/app/features/home/home.component.spec.ts 21 additions, 0 deletionssrc/app/features/home/home.component.spec.ts
- src/app/features/home/home.component.ts 10 additions, 0 deletionssrc/app/features/home/home.component.ts
- src/app/features/home/home.module.ts 17 additions, 0 deletionssrc/app/features/home/home.module.ts
- src/app/shared/components/header/header.component.html 3 additions, 0 deletionssrc/app/shared/components/header/header.component.html
- src/app/shared/components/header/header.component.scss 0 additions, 0 deletionssrc/app/shared/components/header/header.component.scss
- src/app/shared/components/header/header.component.spec.ts 21 additions, 0 deletionssrc/app/shared/components/header/header.component.spec.ts
- src/app/shared/components/header/header.component.ts 10 additions, 0 deletionssrc/app/shared/components/header/header.component.ts
This diff is collapsed.
src/app/features/catalog/catalog.module.ts
0 → 100644
src/app/features/home/home-routing.module.ts
0 → 100644
src/app/features/home/home.component.html
0 → 100644
src/app/features/home/home.component.scss
0 → 100644
src/app/features/home/home.component.spec.ts
0 → 100644
src/app/features/home/home.component.ts
0 → 100644
src/app/features/home/home.module.ts
0 → 100644
Please register or sign in to comment