0

Please or Register to create posts and topics.

quickapp issue fixed (app.component.html)

I think it is toward to the end of the code:

<app-login #loginControl isModal="true"></app-login>

SHOULD BE 

<app-login #loginControl [isModal]="true"></app-login>

VS2019 won't detect it but VS code gives me error.

Note: On upgrading:

  1.  Bootstrap to 5.1.3
  2. bootswatch  to 5.1.3
  3. ngx-bootstrap to 7.1.0

and update theme files.