Bampakos A - Angular Projects, 2nd Edition - 2021
File List
| File | Size |
|---|---|
| Bampakos A. - Angular Projects, 2nd Edition - 2021.epub | 6.11 MB |
| Bampakos A. - Angular Projects, 2nd Edition - 2021.pdf | 3.35 MB |
| code/.vscode/extensions.json | 106 B |
| code/Chapter01/.browserslistrc | 703 B |
| code/Chapter01/.editorconfig | 274 B |
| code/Chapter01/.gitignore | 604 B |
| code/Chapter01/angular.json | 2.99 KB |
| code/Chapter01/karma.conf.js | 1.39 KB |
| code/Chapter01/package-lock.json | 467.41 KB |
| code/Chapter01/package.json | 1.05 KB |
| code/Chapter01/README.md | 999 B |
| code/Chapter01/src/app/app.component.css | 0 B |
| code/Chapter01/src/app/app.component.html | 23.22 KB |
| code/Chapter01/src/app/app.component.spec.ts | 952 B |
| code/Chapter01/src/app/app.component.ts | 220 B |
| code/Chapter01/src/app/app.module.ts | 314 B |
| code/Chapter01/src/assets/.gitkeep | 0 B |
| code/Chapter01/src/environments/environment.prod.ts | 51 B |
| code/Chapter01/src/environments/environment.ts | 658 B |
| code/Chapter01/src/favicon.ico | 948 B |
| code/Chapter01/src/index.html | 295 B |
| code/Chapter01/src/main.ts | 372 B |
| code/Chapter01/src/polyfills.ts | 2.75 KB |
| code/Chapter01/src/styles.css | 80 B |
| code/Chapter01/src/test.ts | 743 B |
| code/Chapter01/tsconfig.app.json | 287 B |
| code/Chapter01/tsconfig.json | 783 B |
| code/Chapter01/tsconfig.spec.json | 333 B |
| code/Chapter02/.browserslistrc | 703 B |
| code/Chapter02/.editorconfig | 274 B |
| code/Chapter02/.gitignore | 685 B |
| code/Chapter02/angular.json | 3.14 KB |
| code/Chapter02/karma.conf.js | 1.39 KB |
| code/Chapter02/mdfiles/2021-05-20-posts.md | 100 B |
| code/Chapter02/mdfiles/angular-and-scully.md | 479 B |
| code/Chapter02/package-lock.json | 560.33 KB |
| code/Chapter02/package.json | 1.24 KB |
| code/Chapter02/README.md | 996 B |
| code/Chapter02/scully.my-blog.config.ts | 286 B |
| code/Chapter02/scully/plugins/plugin.ts | 305 B |
| code/Chapter02/scully/tsconfig.json | 450 B |
| code/Chapter02/src/app/app-routing.module.ts | 670 B |
| code/Chapter02/src/app/app.component.html | 117 B |
| code/Chapter02/src/app/app.component.scss | 0 B |
| code/Chapter02/src/app/app.component.spec.ts | 1.04 KB |
| code/Chapter02/src/app/app.component.ts | 212 B |
| code/Chapter02/src/app/app.module.ts | 681 B |
| code/Chapter02/src/app/articles/articles-routing.module.ts | 351 B |
| code/Chapter02/src/app/articles/articles.component.html | 304 B |
| code/Chapter02/src/app/articles/articles.component.scss | 0 B |
| code/Chapter02/src/app/articles/articles.component.spec.ts | 640 B |
| code/Chapter02/src/app/articles/articles.component.ts | 725 B |
| code/Chapter02/src/app/articles/articles.module.ts | 371 B |
| code/Chapter02/src/app/contact/contact.component.html | 525 B |
| code/Chapter02/src/app/contact/contact.component.scss | 0 B |
| code/Chapter02/src/app/contact/contact.component.spec.ts | 633 B |
| code/Chapter02/src/app/contact/contact.component.ts | 280 B |
| code/Chapter02/src/app/contact/contact.module.ts | 312 B |
| code/Chapter02/src/app/core/core.module.ts | 376 B |
| code/Chapter02/src/app/core/header/header.component.html | 458 B |
| code/Chapter02/src/app/core/header/header.component.scss | 0 B |
| code/Chapter02/src/app/core/header/header.component.spec.ts | 626 B |
| code/Chapter02/src/app/core/header/header.component.ts | 276 B |
| code/Chapter02/src/app/posts/posts-routing.module.ts | 409 B |
| code/Chapter02/src/app/posts/posts.component.html | 153 B |
| code/Chapter02/src/app/posts/posts.component.scss | 131 B |
| code/Chapter02/src/app/posts/posts.component.spec.ts | 621 B |
| code/Chapter02/src/app/posts/posts.component.ts | 494 B |
| code/Chapter02/src/app/posts/posts.module.ts | 387 B |
| code/Chapter02/src/app/shared/footer/footer.component.html | 175 B |
| code/Chapter02/src/app/shared/footer/footer.component.scss | 0 B |
| code/Chapter02/src/app/shared/footer/footer.component.spec.ts | 626 B |
| code/Chapter02/src/app/shared/footer/footer.component.ts | 305 B |
| code/Chapter02/src/app/shared/shared.module.ts | 312 B |
| code/Chapter02/src/assets/.gitkeep | 0 B |
| code/Chapter02/src/assets/angular.png | 2.33 KB |
| code/Chapter02/src/assets/scully-routes.json | 387 B |
| code/Chapter02/src/environments/environment.prod.ts | 51 B |
| code/Chapter02/src/environments/environment.ts | 658 B |
| code/Chapter02/src/favicon.ico | 948 B |
| code/Chapter02/src/index.html | 292 B |
| code/Chapter02/src/main.ts | 372 B |
| code/Chapter02/src/polyfills.ts | 2.94 KB |
| code/Chapter02/src/styles.scss | 117 B |
| code/Chapter02/src/test.ts | 743 B |
| code/Chapter02/tsconfig.app.json | 287 B |
| code/Chapter02/tsconfig.json | 783 B |
| code/Chapter02/tsconfig.spec.json | 333 B |
| code/Chapter03/.browserslistrc | 703 B |
| code/Chapter03/.editorconfig | 274 B |
| code/Chapter03/.gitignore | 604 B |
| code/Chapter03/angular.json | 3.06 KB |
| code/Chapter03/karma.conf.js | 1.4 KB |
| code/Chapter03/package-lock.json | 470.06 KB |
| code/Chapter03/package.json | 1.13 KB |
| code/Chapter03/README.md | 1002 B |
| code/Chapter03/src/app/app.component.css | 0 B |
| code/Chapter03/src/app/app.component.html | 161 B |
| code/Chapter03/src/app/app.component.spec.ts | 961 B |
| code/Chapter03/src/app/app.component.ts | 217 B |
Trackers
No trackers found.