Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Oct 8, 2018
1 parent ed1a8a4 commit a9008a7
Show file tree
Hide file tree
Showing 15 changed files with 15,595 additions and 0 deletions.
20 changes: 20 additions & 0 deletions sandboxes/angular/.angular-cli.json
@@ -0,0 +1,20 @@
{
"apps": [
{
"root": "src",
"outDir": "dist",
"assets": ["assets", "favicon.ico"],
"index": "index.html",
"main": "main.ts",
"polyfills": "polyfills.ts",
"prefix": "app",
"styles": ["styles.css"],
"scripts": [],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
}
}
]
}

0 comments on commit a9008a7

Please sign in to comment.