Looks like the "code block or inline code language not specified"...

warning is unavoidable
This commit is contained in:
Alex Dueppen
2019-10-26 10:36:46 -05:00
parent bafcfaeede
commit 31aad13477
3 changed files with 41 additions and 16 deletions

View File

@@ -688,7 +688,7 @@ export class AppComponent {
Something you'll see if you open the console in that example is an error you may already be familiar with if youve used Angular extensively in the past (I know I sure saw it more then a few times!):
```none
```
Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ngTemplateOutlet: undefined'. Current value: 'ngTemplateOutlet: [object Object]'.
```