Topic: MDB Angular 5 with Ionic 3
kepner priority asked 6 years ago
Hi,
- Have you tried the Angular 5 version with Ionic 3?
- Is there any sample how to use it with Ionic 3?
- Are you planning to support the native mobile development with Ionic 3 or with React Navite maybe?
Damian Gemza staff answered 6 years ago
Hello,
Dear kepner - we didn't tried to use MDB with Ionic, so I can't provide you more informations about this.
Best Regards,
Damian
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
san4es pro commented 6 years ago
Did you manage to include MDB in IONIC?Damian Gemza staff commented 6 years ago
Dear san4es, You can try to include MDB in Ionic 3 project by following our 5min-quickstart guide: https://mdbootstrap.com/angular/5min-quickstart, and then into src/themes/variables.scss add below imports: @import "./../../node_modules/font-awesome/scss/font-awesome"; @import "./../../node_modules/angular-bootstrap-md/scss/bootstrap/bootstrap"; @import "./../../node_modules/angular-bootstrap-md/scss/mdb-free"; What can I tell you now, is Navbars probably won't work with Ionic project - they are using @angular/router package, but in Ionic there's other router class. Also instead importing the whole MDB module, please first try to import only a few modules (because as I said a few months ago, we haven't tested our MDB in the Ionic project). Best Regards, Damian