A sample to Use CyptoJs in AngularCli
- Install the
Angular-CLI
. - Open two command prompt consoles and then navigate to the root of the current app.
- Run the following commands in the first one:
npm install
ng build --watch
ng serve
- Now to browse the application, navigate to http://localhost:4200