Nx migration

This commit is contained in:
2024-05-13 16:59:23 +03:00
parent cf6128c248
commit 7cc5cbaac3
70 changed files with 13282 additions and 5777 deletions

View File

@@ -1,4 +1,8 @@
{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
"recommendations": ["angular.ng-template"]
"recommendations": [
"angular.ng-template",
"nrwl.angular-console",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}

View File

@@ -7,6 +7,6 @@
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/node_modules": true,
"**/.angular": true,
"**/.angular": true
}
}
}