diff --git a/apps/codelab/src/app/codelabs/angular/component-tree/component-tree.component.html b/apps/codelab/src/app/codelabs/angular/component-tree/component-tree.component.html index 4ea1b88f9..4a6eb4f31 100644 --- a/apps/codelab/src/app/codelabs/angular/component-tree/component-tree.component.html +++ b/apps/codelab/src/app/codelabs/angular/component-tree/component-tree.component.html @@ -92,6 +92,7 @@

class, function, property or variable

Loading order: index -> main -> app.module -> app.component Loading order: index -> main -> app.module -> app.component Loading order: index -> main -> app.module -> app.component Loading order: index -> main -> app.module -> app.component With Angular we build mobile apps using NativeScript or Ionic.
With Angular you can build VR apps with A-FRAME or WEBGL.
diff --git a/apps/codelab/src/app/codelabs/angular/custom-events/custom-events.component.html b/apps/codelab/src/app/codelabs/angular/custom-events/custom-events.component.html index a3e3f1994..cd4776c38 100644 --- a/apps/codelab/src/app/codelabs/angular/custom-events/custom-events.component.html +++ b/apps/codelab/src/app/codelabs/angular/custom-events/custom-events.component.html @@ -28,6 +28,7 @@

Custom Events / Passing data from child to parent

@@ -198,6 +203,7 @@

@@ -229,6 +235,7 @@

@@ -246,6 +253,7 @@

diff --git a/apps/codelab/src/app/codelabs/angular/pipes/pipes.component.html b/apps/codelab/src/app/codelabs/angular/pipes/pipes.component.html index 233c6bc27..cef09fe56 100644 --- a/apps/codelab/src/app/codelabs/angular/pipes/pipes.component.html +++ b/apps/codelab/src/app/codelabs/angular/pipes/pipes.component.html @@ -83,7 +83,11 @@

Pipes with arguments:

- +
To add parameters to a pipe, append a colon ( : ) followed by the @@ -94,7 +98,11 @@

Pipes with arguments:

Using custom pipes to filter data

- +
@@ -102,6 +110,7 @@

Using custom pipes to filter data

Creating a pipe

A pipe is a class decorated with pipe metadata.

Creating a pipe

The pipe class implements the PipeTransform interface.

Creating a pipe

Creating a pipe

Structural directives ngIf
Desugars into

Structural directives ngFor
Desugars into

Angular MicroSyntax
Below are more types we can use