Add angular CLI to devcontainer

This commit is contained in:
Phillip Kühne 2023-09-29 22:40:08 +00:00
parent 96511f169e
commit 13ead16ffe
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -28,6 +28,11 @@
] ]
} }
}, },
"forwardPorts": [5000] "forwardPorts": [
5000
],
"features": {
"ghcr.io/devcontainers-contrib/features/angular-cli:2": {}
}
} }