This project was generated with Angular CLI version 16.1.7.
Run npm install
to install all the dependency packages first.
Before running application make sure the localize : false
flag inside angular.json -> under build
is marked false.
If you want to run application with different locale set localize : ['<Locale_code>']
under angular.json -> under build
.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run npm install
to install all the dependency packages first.
Before making build make sure the localize: true
flag inside angular.json -> under build
is marked true.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.