diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 35ed8c9..eea0cee 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -28,6 +28,11 @@ ] } }, - "forwardPorts": [5000] + "forwardPorts": [ + 5000 + ], + "features": { + "ghcr.io/devcontainers-contrib/features/angular-cli:2": {} + } } \ No newline at end of file