ej2-showcase-angular-logic-circuit-designer
The logic circuit designer provides a variety of universal logic gates, flip-flops, input controls, output controls, and other components to design logic circuit diagrams.
Prerequisite
Install Node version - 16.14.0 from https://nodejs.org/en/download/
Install Angular CLI using the below command
npm install -g @angular/cli@16.0.0
To Install all packages
Use the below command to install all dependent packages.
npm install
Build
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
To Run the application
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.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.