How to do it...

Perform the following steps to remove Angular-CLI from your project:

  1. First, you must remove your start script from your package.json file, as it will be overwritten in this process.
  2. Then, run the ng eject command:
==========================================================================
Ejection was successful.

To run your builds, you now need to do the following commands:
- "npm run build" to build.
- "npm run test" to run unit tests.
- "npm start" to serve the app using webpack-dev-server.
- "npm run e2e" to run protractor.

Running the equivalent CLI commands will result in an error.

==========================================================================
Some packages were added. Please run "npm install".
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.236.1