Skip to content

Comments

fix ivy compilation issue#42

Open
achilehero wants to merge 1 commit intomalothnaresh:masterfrom
achilehero:bugfix/error-of-compilation-in-angular-9
Open

fix ivy compilation issue#42
achilehero wants to merge 1 commit intomalothnaresh:masterfrom
achilehero:bugfix/error-of-compilation-in-angular-9

Conversation

@achilehero
Copy link

Hi!
This is for Error of compilation in angular 9 issue #28

import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { MatButtonModule, MatCheckboxModule } from '@angular/material';
import { MatButtonModule } from '@angular/material';
import { MatCheckboxModule } from '@angular/material';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least on Angular 9 my IDE complains if the imports aren't:

import { MatButtonModule } from '@angular/material/button';
import { MatCheckboxModule } from '@angular/material/checkbox';

I guess it's pointless to comment as this repo seems abandoned.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree ... I switched to another component I could use, meanwhile. :)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree ... I switched to another component I could use, meanwhile. :)

which one?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry that I missed your question ...
If it's still relevant, I used ngx-mat-select-search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants