James Bistis

Results 10 comments of 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. ![datepicker issue](https://user-images.githubusercontent.com/26030489/148444536-cdfd1929-9e97-4a71-9b81-7197dc6b953b.jpg)

@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 ![tag-issue](https://user-images.githubusercontent.com/26030489/142725876-ca5d3be6-048d-4cbc-b445-2c8a48a80353.jpg)

here it is. ![tag-issue](https://user-images.githubusercontent.com/26030489/142725906-24e219ff-6354-466b-9356-6e635bcac424.jpg)

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.