James Bistis
James Bistis
Reinstalled angular2-flash-messages using npm app.module.ts has: import { FlashMessagesModule } from 'angular2-flash-messages'; imports:[] has FlashMessagesModule.forRoot() component has import { FlashMessagesService } from 'angular2-flash-messages'; constructor has: constructor( private authService: AuthService, private...
Does DatePicker work with Angular 13 yet? It is not correctly rendering. 
@matheo, are there plans to support angular 13?
Yes, thanks. The update was to set "noImplicitReturns": false per https://stackoverflow.com/questions/51446242/how-to-fix-the-issue-not-all-the-code-paths-return-value
More on this, e.g. in stock-market-container.component.html, I can add hello at the top and there is no console error but if remove the dash, hello I get the error NG0304:...
Here is a screen grab 
here it is. 
One more update...it only happens in OurServicesModule.
The issue is in the ExamplesModule only.
Encountering the same issue. I created an app password and still cannot connect.