docs(elements): add link to full example in elements guide (#25219)

PR Close #25219
This commit is contained in:
George Kalpakas
2018-07-31 15:49:25 +03:00
committed by Igor Minar
parent 8439a6ec2a
commit 25a76a1492
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"scripts": [
{ "name": "ng", "command": "ng" },
{ "name": "build", "command": "ng build" },
{ "name": "start", "command": "ng serve" },
{ "name": "test", "command": "ng test" },
{ "name": "lint", "command": "ng lint" },
{ "name": "e2e", "command": "ng e2e" }
],
"dependencies": [
"@angular/elements"
],
"devDependencies": [
"@angular-devkit/build-angular",
"@angular/cli",
"@types/jasminewd2",
"jasmine-spec-reporter",
"karma-coverage-istanbul-reporter",
"ts-node"
]
}