File tree Expand file tree Collapse file tree
modules/angular2/src/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ export abstract class PlatformRef {
194194 * # Usage
195195 *
196196 * `bindingFn` is a function that will be called in the new application's zone.
197- * It should return a { @link Promise} to a list of providers to be used for the
197+ * It should return a ` Promise` to a list of providers to be used for the
198198 * new application. Once this promise resolves, the application will be
199199 * constructed in the same manner as a normal `application()`.
200200 */
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ const formDirectiveProvider =
2929 *
3030 * # Structure
3131 *
32- * An Angular form is a collection of { @link Control} s in some hierarchy.
33- * `Control`s can be at the top level or can be organized in { @link ControlGroup} s
34- * or { @link ControlArray} s. This hierarchy is reflected in the form's `value`, a
32+ * An Angular form is a collection of ` Control` s in some hierarchy.
33+ * `Control`s can be at the top level or can be organized in ` ControlGroup` s
34+ * or ` ControlArray` s. This hierarchy is reflected in the form's `value`, a
3535 * JSON object that mirrors the form structure.
3636 *
3737 * # Submission
You can’t perform that action at this time.
0 commit comments