Angular 6 development Environment set up Angular 6 video tutorials part 1
in this session. I cover setting up an environment and first angular application
first set up the environment for angular
what we need for angular
1) nodejs Download click Here
After download install.
2) git Download Click Here
After download install.
3) visual studio Download Click Here ttps://code.visualstudio.com/download
After download install.
After complete the above installation
install angular cli globally
open the command prompt and type the following command
“npm install -g @angular/cli”
now you just type a command to create an angular project
“ng new MyFirstApp”
run the project using
“ng serve” or “ng serve -o ”
Here are some useful extensions for vs code which is I am using in my vs code
1)Angular Files
2)Angular Language Service
3)Angular v7 Snippets
4)angular2-switcher
5)Auto Rename Tag
6)Bracket Pair Colorizer
7)Debugger for Chrome
8)Material Icon Theme
9)Path Intellisense
10)Prettier – Code formatter
11)TSLint
Next, we will See Adding Bootstrap And Font-Awesome to our angular Application
Nguồn: https://ftlinuxcourse.com
Xem thêm bài viết khác: https://ftlinuxcourse.com/cong-nghe
Comments