Answers for "install angular playground"

0

install angular playground

# install
ng add angular-playground

# fix tsconfig.playground.json

  "compilerOptions": {
  	...
    "experimentalDecorators": true,
    "lib": [
      "es2018",
      "dom"
    ],
  ...


# test
npm run playground
# Open http://127.0.0.1:4201/
Posted by: Guest on August-16-2020

Code answers related to "install angular playground"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language