parent
717bd23c37
commit
3a801c16fa
|
@ -194,7 +194,7 @@ export abstract class PlatformRef {
|
||||||
* # Usage
|
* # Usage
|
||||||
*
|
*
|
||||||
* `bindingFn` is a function that will be called in the new application's zone.
|
* `bindingFn` is a function that will be called in the new application's zone.
|
||||||
* It should return a {@link Promise} to a list of providers to be used for the
|
* It should return a `Promise` to a list of providers to be used for the
|
||||||
* new application. Once this promise resolves, the application will be
|
* new application. Once this promise resolves, the application will be
|
||||||
* constructed in the same manner as a normal `application()`.
|
* constructed in the same manner as a normal `application()`.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -29,9 +29,9 @@ const formDirectiveProvider =
|
||||||
*
|
*
|
||||||
* # Structure
|
* # Structure
|
||||||
*
|
*
|
||||||
* An Angular form is a collection of {@link Control}s in some hierarchy.
|
* An Angular form is a collection of `Control`s in some hierarchy.
|
||||||
* `Control`s can be at the top level or can be organized in {@link ControlGroup}s
|
* `Control`s can be at the top level or can be organized in `ControlGroup`s
|
||||||
* or {@link ControlArray}s. This hierarchy is reflected in the form's `value`, a
|
* or `ControlArray`s. This hierarchy is reflected in the form's `value`, a
|
||||||
* JSON object that mirrors the form structure.
|
* JSON object that mirrors the form structure.
|
||||||
*
|
*
|
||||||
* # Submission
|
* # Submission
|
||||||
|
|
Loading…
Reference in New Issue