electronics-lib
v1.0.55
Published
electronics simulator
Downloads
1,705
Readme
WireLib
Demo
Setup
add this to index html html>head
- include WiringModule import
- display WiringComponent
- add this for material styles
include this in assets of your angular json ,
{
"glob": "**",
"input": "./node_modules/electronics-lib/assets/",
"output": "/assets/"
}
@use '@angular/material' as mat;
@include mat.core();
provide , RouterModule.forRoot([]) somewhere for the wiring component to be able to set query params