/ˈkɑːdɪnəl/ Of the greatest importance; fundamental.
- 🧬 Suite of tools to assist with life admin
- ℹ️ See more
const tree =
{
"src": {
"core": [
"component",
"guard",
"model",
"pipe",
"service",
"util" /* Tested with Jest** (unit) */
],
"presentation": [ /* Tested with Cypress (integration) */
"login",
"home",
"fit-track"
],
"app": "app.*.*"
}
}