Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 295 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 295 Bytes

Start project in 2 modes

Normal mode:

ng serve --app hallo

==> Gebruikt default BlaService, toont 'Bla for production' in index pagina

Develop mode:

ng serve --app hallodev

==> Gebruikt default BlaDevService, toont 'Bla for development' in index pagina