Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs(rc4-to-rc5): fix npm for MD #2067

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/docs/ts/latest/cookbook/rc4-to-rc5.jade
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ include ../_util-fns
Or alternatively you can run the following command:

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
Update your optional libraries

code-example(format='.' language='bash').
npm install @angular/router
npm install @angular/forms
npm install @angular2-material/{button,card,toolbar,etc}@experimental
npm install @angular2-material/{core,button,card,...}@latest

:marked
Update the Angular CLI if you're using that tool
Expand Down