This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 1 file changed +3
-3
lines changed
public/docs/ts/latest/guide
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ a#one-per-element
364
364
:marked
365
365
### One structural directive per host element
366
366
367
- Someday you'll want to to repeat a block of HTML but only when a particular condition is true.
367
+ Someday you'll want to repeat a block of HTML but only when a particular condition is true.
368
368
You'll _try_ to put both an `*ngFor` and an `*ngIf` on the same host element.
369
369
Angular won't let you. You may apply only one _structural_ directive to an element.
370
370
@@ -467,9 +467,9 @@ block unless-intro
467
467
468
468
* Import the `Directive` decorator (instead of the `Component` decorator).
469
469
470
- * Import the `Input`, `TemplateRef`, and `ViewContainerRef` symbols; you'll them need for _any_ structural directive.
470
+ * Import the `Input`, `TemplateRef`, and `ViewContainerRef` symbols; you'll need them for _any_ structural directive.
471
471
472
- * Apply the decorator to to the directive class.
472
+ * Apply the decorator to the directive class.
473
473
474
474
* Set the CSS *attribute selector* that identifies the directive when applied to an element in a template.
475
475
You can’t perform that action at this time.
0 commit comments