Skip to content

Commit

Permalink
feat: enable strictDi by default (#3443)
Browse files Browse the repository at this point in the history
Signed-off-by: Marie JONES <[email protected]>
  • Loading branch information
marie-j authored Aug 17, 2020
1 parent d0b7b83 commit f15b4dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bootstrapApplication().then(({ region }) => {
.then(() => import('./app.module'))
.then(({ default: application }) => {
angular.bootstrap(document.body, [application], {
strictDi: false,
strictDi: true,
});
});
});

0 comments on commit f15b4dc

Please sign in to comment.