Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 16 Support Migrating from angular-bootstrap-md #165

Open
briannezhad opened this issue Dec 13, 2023 · 1 comment
Open

Angular 16 Support Migrating from angular-bootstrap-md #165

briannezhad opened this issue Dec 13, 2023 · 1 comment

Comments

@briannezhad
Copy link

Hi, I previously used angular-bootstrap-md, and I am now trying to move to mdb-angular-ui-kit. I see that angular-bootstrap-md doesn't support Angular 16; if I try to install angular-bootstrap-md, it tells me to use --force (which is not the correct way). What is the equivariant to the import below in mdb-angular-ui-kit?

import {IconsModule, MDBBootstrapModule} from 'angular-bootstrap-md';
@idzark
Copy link
Contributor

idzark commented Dec 19, 2023

@briannezhad There are no equivalents for these modules in mdb-angular-ui-kit. The MDBBootstrapModule in angular-bootstrap-md is a main module containing imports for all modules. In mdb-angular-ui-kit you need to import all modules separately. You can find list of all modules and import paths here: https://mdbootstrap.com/docs/angular/getting-started/modules-and-imports/

The IconsModule is not needed in mdb-angular-ui-kit, because we don't have any component wrapper for icons in this version. You just need to use HTML element with Font Awesome classes: https://mdbootstrap.com/docs/angular/content-styles/icons/

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

No branches or pull requests

2 participants