Uncaught Error: Template parse errors:
The pipe 'async' could not be found ("
<a class="navbar-brand">ALURAPIC</a>
<div *[ERROR ->]ngIf="(user$ | async) as user; else login">
<i class="fa fa-user-circle"></i>
<a cl"): ng:///CoreModule/HeaderComponent.html@4:14
Can't bind to 'ngIf' since it isn't a known property of 'div'. ("
<a class="navbar-brand">ALURAPIC</a>
<div [ERROR ->]*ngIf="(user$ | async) as user; else login">
<i class="fa fa-user-circle"></i>
<a c"): ng:///CoreModule/HeaderComponent.html@4:13
Can't bind to 'ngIfElse' since it isn't a known property of 'div'. ("
<a class="navbar-brand">ALURAPIC</a>
<div [ERROR ->]*ngIf="(user$ | async) as user; else login">
<i class="fa fa-user-circle"></i>
<a c"): ng:///CoreModule/HeaderComponent.html@4:13
Property binding ngIf not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". ("
<a class="navbar-brand">ALURAPIC</a>
[ERROR ->]<div *ngIf="(user$ | async) as user; else login">
<i class="fa fa-user-circle"></i>
"): ng:///CoreModule/HeaderComponent.html@4:8
Property binding ngIfElse not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". ("
<a class="navbar-brand">ALURAPIC</a>
[ERROR ->]<div *ngIf="(user$ | async) as user; else login">
<i class="fa fa-user-circle"></i>
"): ng:///CoreModule/HeaderComponent.html@4:8
at syntaxError (compiler.js:1021)
at TemplateParser.push../node_modules/@angular/compiler/fesm5/compiler.js.TemplateParser.parse (compiler.js:14830)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._parseTemplate (compiler.js:24018)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileTemplate (compiler.js:24005)
at compiler.js:23948
at Set.forEach (<anonymous>)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileComponents (compiler.js:23948)
at compiler.js:23858
at Object.then (compiler.js:1012)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileModuleAndComponents (compiler.js:23857)