mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
challenge 5: http
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<h1>Directive enhancement</h1>
|
||||
|
||||
> Author: Thomas Laforge
|
||||
|
||||
## Information
|
||||
|
||||
Directive is a very powerful tool only offered by the Angular framework. You can apply the DRY principal by having shared logic inside a directive and applying it to any component you want.
|
||||
|
||||
@@ -7,7 +7,9 @@
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@angular-devkit/build-angular:browser",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"outputs": [
|
||||
"{options.outputPath}"
|
||||
],
|
||||
"options": {
|
||||
"outputPath": "dist/apps/ngfor-enhancement",
|
||||
"index": "apps/ngfor-enhancement/src/index.html",
|
||||
@@ -19,7 +21,9 @@
|
||||
"apps/ngfor-enhancement/src/favicon.ico",
|
||||
"apps/ngfor-enhancement/src/assets"
|
||||
],
|
||||
"styles": ["apps/ngfor-enhancement/src/styles.scss"],
|
||||
"styles": [
|
||||
"apps/ngfor-enhancement/src/styles.scss"
|
||||
],
|
||||
"scripts": []
|
||||
},
|
||||
"configurations": {
|
||||
|
||||
Reference in New Issue
Block a user