Skip to content

Commit 18e8038

Browse files
committed
docs: Update README.md with additional Stackblitz examples and deployment options
1 parent 4eeae38 commit 18e8038

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ This repository contains a list of resources to learn Angular. It includes tutor
6666
- [HostListener](#hostlistener)
6767
- [ContentChild & ContentChildren](#contentchild--contentchildren)
6868
- [ViewChild & ViewChildren](#viewchild--viewchildren)
69+
- [HostListener](#hostlistener)
70+
- [ContentChild & ContentChildren](#contentchild--contentchildren)
71+
- [ViewChild & ViewChildren](#viewchild--viewchildren)
6972
- [Life Cycle Hooks](#life-cycle-hooks)
7073
- [OnChanges](#onchanges)
7174
- [OnInit](#oninit)
@@ -96,6 +99,7 @@ This repository contains a list of resources to learn Angular. It includes tutor
9699
- [Module](#module)
97100
- [Router](#router)
98101
- [Route Parameter](#route-parameters)
102+
- [Route Guards](#route-guards)
99103
- [Observables](#observables-in-angular)
100104
- [Creating Observables](#creating-observables)
101105
- [Subscribing to Observables](#subscribing-to-observables)
@@ -157,6 +161,7 @@ This repository contains a list of resources to learn Angular. It includes tutor
157161
- [Features of PWA](#features-of-pwa)
158162
- [CLI Commands](#cli-commands)
159163
- [Version compatibility](#version-compatibility)
164+
- [Deploying an Angular Application](#deploying-an-angular-application)
160165
- [Imports](#imports)
161166
- [TypeScript](#typescript)
162167
- [RxJS](#rxjs)
@@ -5460,19 +5465,6 @@ export class AppComponent implements OnInit {
54605465

54615466
[Back to top⤴️](#table-of-contents)
54625467

5463-
## Deploying an Angular Application
5464-
5465-
| DEPLOYMENT TO | PACKAGE |
5466-
|---|---|
5467-
| Firebase hosting | ng add @angular/fire |
5468-
| Vercel | vercel init angular |
5469-
| Netlify | ng add @netlify-builder/deploy |
5470-
| GitHub pages | ng add angular-cli-ghpages |
5471-
| NPM | ng add ngx-deploy-npm |
5472-
| Amazon Cloud S3 | ng add @jefiozie/ngx-aws-deploy |
5473-
5474-
[Back to top⤴️](#table-of-contents)
5475-
54765468
## Angular Animations
54775469

54785470
Angular's animation system is built on CSS functionality in order to animate any property that the browser considers animatable. These properties includes positions, sizes, transforms, colors, borders etc. The Angular modules for animations are @angular/animations and @angular/platform-browser.
@@ -5940,6 +5932,19 @@ ng generate environments
59405932
| 16.1.x \|\| 16.2.x | ^16.14.0 \|\| ^18.10.0 | >=4.9.3 <5.2.0 | ^6.5.3 \|\| ^7.4.0 |
59415933
| 16.0.x | ^16.14.0 \|\| ^18.10.0 | >=4.9.3 <5.1.0 | ^6.5.3 \|\| ^7.4.0 |
59425934

5935+
## Deploying an Angular Application
5936+
5937+
| DEPLOYMENT TO | PACKAGE |
5938+
|---|---|
5939+
| Firebase hosting | ng add @angular/fire |
5940+
| Vercel | vercel init angular |
5941+
| Netlify | ng add @netlify-builder/deploy |
5942+
| GitHub pages | ng add angular-cli-ghpages |
5943+
| NPM | ng add ngx-deploy-npm |
5944+
| Amazon Cloud S3 | ng add @jefiozie/ngx-aws-deploy |
5945+
5946+
[Back to top⤴️](#table-of-contents)
5947+
59435948
## Imports
59445949

59455950
Angular Core

0 commit comments

Comments
 (0)