Quote from
d052057 on December 7, 2021, 10:56 pm
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:
- Bootstrap to 5.1.3
- bootswatch to 5.1.3
- ngx-bootstrap to 7.1.0
and update theme files.
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:
- Bootstrap to 5.1.3
- bootswatch to 5.1.3
- ngx-bootstrap to 7.1.0
and update theme files.