fix(upgrade) fix one typo and one clumsy phrase
This commit is contained in:
parent
1a0838e131
commit
6362fb5c7e
@ -350,7 +350,7 @@ include ../../../../_includes/_util-fns
|
|||||||
|
|
||||||
+makeExample('upgrade/ts/typescript-conversion/test/karma_test_shim.js', null, 'test/karma_test_shim.js')
|
+makeExample('upgrade/ts/typescript-conversion/test/karma_test_shim.js', null, 'test/karma_test_shim.js')
|
||||||
|
|
||||||
.alert.is-important The shim is likely to be replaced by improved tooling, but is needed in the current, early versions of Angular 2.
|
.alert.is-important The shim is likely to be replaced by improved tooling, but is currently needed.
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
We'll then update the Karma configuration file, so that it loads SystemJS and the
|
We'll then update the Karma configuration file, so that it loads SystemJS and the
|
||||||
@ -1002,7 +1002,7 @@ include ../../../../_includes/_util-fns
|
|||||||
in the template when an attribute's value is a property expression, as opposed
|
in the template when an attribute's value is a property expression, as opposed
|
||||||
to a literal string.
|
to a literal string.
|
||||||
* We've replaced `ng-repeat`s with `*ngFor`s.
|
* We've replaced `ng-repeat`s with `*ngFor`s.
|
||||||
* We've replace `ng-click` with an event binding for the standard `click`.
|
* We've replaced `ng-click` with an event binding for the standard `click`.
|
||||||
* In all references to `phone`, we're using the elvis operator `?.` for
|
* In all references to `phone`, we're using the elvis operator `?.` for
|
||||||
safe property navigation. We need it because when the component first loads,
|
safe property navigation. We need it because when the component first loads,
|
||||||
we don't have `phone` yet and the expressions will refer to a non-existing
|
we don't have `phone` yet and the expressions will refer to a non-existing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user