parent
c8cc3226cc
commit
162b1773be
|
@ -48,7 +48,7 @@ include ../_util-fns
|
||||||
Or alternatively you can run the following command:
|
Or alternatively you can run the following command:
|
||||||
|
|
||||||
code-example(format='.' language='bash').
|
code-example(format='.' language='bash').
|
||||||
npm install @angular/{core, common, compiler, platform-browser, platform-browser-dynamic} --save
|
npm install @angular/{core,common,compiler,platform-browser,platform-browser-dynamic} --save
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
Update your optional libraries
|
Update your optional libraries
|
||||||
|
@ -56,7 +56,7 @@ code-example(format='.' language='bash').
|
||||||
code-example(format='.' language='bash').
|
code-example(format='.' language='bash').
|
||||||
npm install @angular/router
|
npm install @angular/router
|
||||||
npm install @angular/forms
|
npm install @angular/forms
|
||||||
npm install @angular2-material/{button,card,toolbar,etc}@experimental
|
npm install @angular2-material/{core,button,card,...}@latest
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
Update the Angular CLI if you're using that tool
|
Update the Angular CLI if you're using that tool
|
||||||
|
|
Loading…
Reference in New Issue