Skip to content

Commit

Permalink
implementation of @ansyn/ansyn
Browse files Browse the repository at this point in the history
  • Loading branch information
yairtawil committed Sep 13, 2018
1 parent d957423 commit 0f7745a
Show file tree
Hide file tree
Showing 10 changed files with 3,621 additions and 186 deletions.
12 changes: 11 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,17 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json",
"stylePreprocessorOptions": {
"includePaths": [
"./node_modules/@ansyn"
]
},
"assets": [
{
"glob": "**/*",
"input": "./node_modules/@ansyn/assets",
"output": "/assets"
},
"src/favicon.ico",
"src/assets"
],
Expand Down Expand Up @@ -124,4 +134,4 @@
}
},
"defaultProject": "ansyn-implementation"
}
}
Loading

0 comments on commit 0f7745a

Please sign in to comment.