Skip to content
Open
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ Not all components have properly defined [aria attributes](https://developer.moz

- `git clone https://github.com/trungvose/jira-clone-angular.git`
- `cd jira-clone-angular`
- `npm install` for installing npm-modules
- `npm start` for angular web application
- The app should run on `http://localhost:4200/`

Expand Down
5 changes: 3 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,10 @@
}
}
},
"defaultProject": "frontend",
"cli": {
"analytics": false,
"defaultCollection": "@datorama/akita"
"schematicCollections": [
"@datorama/akita"
]
}
}
Loading