mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 21:07:49 +00:00
Looks like the "code block or inline code language not specified"...
warning is unavoidable
This commit is contained in:
@@ -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 you’ve 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]'.
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user