chore(merge): fix a bad rebase merge left in the doc
This commit is contained in:
parent
6cd469e7ee
commit
f697e01b76
|
@ -119,12 +119,8 @@ code-example(format="").
|
||||||
We're creating a visual component named **`AppComponent`** by chaining the
|
We're creating a visual component named **`AppComponent`** by chaining the
|
||||||
`Component` and `Class` methods that belong to the **global Angular core namespace, `ng.core`**.
|
`Component` and `Class` methods that belong to the **global Angular core namespace, `ng.core`**.
|
||||||
|
|
||||||
<<<<<<< 9e0096142321289089d6f19bf614631581b359bb
|
|
||||||
+makeExample('quickstart/js/app/app.component.js', 'ng-namespace-funcs', 'app/app.component.js ' +
|
+makeExample('quickstart/js/app/app.component.js', 'ng-namespace-funcs', 'app/app.component.js ' +
|
||||||
'(Angular 2 methods)')(format=".")
|
'(Angular 2 methods)')(format=".")
|
||||||
=======
|
|
||||||
+makeExample('quickstart/js/app/app.component.js', 'ng-namespace-funcs', 'app/app.component.js (Angular 2 methods)')(format=".")
|
|
||||||
>>>>>>> App component naming fix
|
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
The **`Component`** method takes a configuration object with two
|
The **`Component`** method takes a configuration object with two
|
||||||
|
|
Loading…
Reference in New Issue