gtform
v0.0.1-alpha
Published
Add this to angular.json in external consuming application to use npm link.
Readme
#Dev local
Add this to angular.json in external consuming application to use npm link.
{
"projects": {
"your-app-name": {
"architect": {
"build": {
"options": {
"preserveSymlinks": true
}
},
"serve": {
"options": {
"preserveSymlinks": true
}
}
}
}
}
}
