Skip to content

Commit 715e9d5

Browse files
committed
Changes in read me
1 parent 334aa1d commit 715e9d5

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,26 @@ Step 3. Install packages
3030

3131
Note: Make sure u did not get any error while installing npm packages, if found message npm ERR! means some packages did not installed, so reinstall this again by typing “npm install”. Err will occur if network failure in most of the cases.
3232

33-
Step 4. Everything is setup now time to create you app in angular2
34-
Create application folder
33+
Step 4. Everything is setup now time to create you app in angular2
34+
Create application folder
3535

3636
$ mkdir app
3737

38-
Step 5. Create the file app/app.module.ts see the file for code.
39-
// This is the entry point to your application
38+
Step 5. Create the file app/app.module.ts see the file for code. This is the entry point to your application
4039

4140
Step 6. Create a component and add it to application.
4241
Create file app/app.component.ts with the code below
4342

4443
Step 7. Edit the file app/app.module.ts to import your new AppComponent and add it in the declarations and bootstrap fields in the NgModule decorator
4544

46-
Step 8. Run project.
47-
Create file “app/main.ts” , see the code in file
48-
45+
Step 8.Run project.
46+
Create file “app/main.ts” , see the code in file
4947
“This code initializes the platform that your application runs in, then uses the platform to bootstrap your AppModule.”
5048

51-
5249
Step 9. Define the page that host your app. create an index.js in root of your project.
5350

5451
Step 10. Create a style.css in root of your project.
5552

5653
Step 11. Run your first demo app.
5754

58-
$ npm start
55+
$ npm start

0 commit comments

Comments
 (0)