How to run Angular 5 application locally during development?

Member

by matilde , in category: Technology , 3 years ago

How to run Angular 5 application locally during development?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by pink , 3 years ago

ng serve command is used to run Angular5 application locally during development. To start development server on specific port ng serve -p aPortNumber command is used.