chore(merge): fix a bad rebase merge left in the doc
This commit is contained in:
parent
6cd469e7ee
commit
f697e01b76
|
@ -119,13 +119,9 @@ code-example(format="").
|
|||
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`**.
|
||||
|
||||
<<<<<<< 9e0096142321289089d6f19bf614631581b359bb
|
||||
+makeExample('quickstart/js/app/app.component.js', 'ng-namespace-funcs', 'app/app.component.js ' +
|
||||
'(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
|
||||
The **`Component`** method takes a configuration object with two
|
||||
properties. The **`Class`** method is where we implement the component itself,
|
||||
|
|
Loading…
Reference in New Issue