You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -96,6 +99,7 @@ This repository contains a list of resources to learn Angular. It includes tutor
96
99
- [Module](#module)
97
100
- [Router](#router)
98
101
- [Route Parameter](#route-parameters)
102
+
- [Route Guards](#route-guards)
99
103
- [Observables](#observables-in-angular)
100
104
- [Creating Observables](#creating-observables)
101
105
- [Subscribing to Observables](#subscribing-to-observables)
@@ -157,6 +161,7 @@ This repository contains a list of resources to learn Angular. It includes tutor
157
161
- [Features of PWA](#features-of-pwa)
158
162
- [CLI Commands](#cli-commands)
159
163
- [Version compatibility](#version-compatibility)
164
+
- [Deploying an Angular Application](#deploying-an-angular-application)
160
165
- [Imports](#imports)
161
166
- [TypeScript](#typescript)
162
167
- [RxJS](#rxjs)
@@ -5460,19 +5465,6 @@ export class AppComponent implements OnInit {
5460
5465
5461
5466
[Back to top⤴️](#table-of-contents)
5462
5467
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
-
5476
5468
## Angular Animations
5477
5469
5478
5470
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.
0 commit comments