Using the angular rule engine in an existing project
Answers
Answered by
2
Answer:
Explanation:
Use the ng init command to create the source in an existing folder. Use npm to install the package. The installation process will also add any required dependencies to your project. Update the dependencies section of the package.json file to include angular-rules-engine .
Answered by
0
Answer:
Use the ng init command to create the source in an existing folder. Use npm to install the package. The installation process will also add any required dependencies to your project. Update the dependencies section of the package.json file to include angular-rules-engine .
Similar questions