MDB 5 Angular
Angular 12 & Bootstrap 5 & Material Design 2.0 UI KIT
|
|
Trusted by 2 000 000+ developers & designers. Used by companies like
Tutorial for the latest Bootstrap v.5 Alpha. In this video we'll learn about the changes implemented into v.5.
>> Click here for a written tutorial
|
|
Start to Code |
Learn Bootstrap 5 | Crash Course for Beginners in 1.5H |
Demo
Simplicity and ease of use are key features of MDB 5 Angular UI Kit. You need only one minute to install and run it.
Buttons
Use MDB custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
Spinners
Indicate the loading state of a component or page with MDB spinners, built entirely with HTML, CSS, and no JavaScript.
Cards
A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.
Footer
A footer is an additional navigation component. It can hold links, buttons, company info, copyrights, forms, and many other elements.
Hover
MDB hover effect appears when the user positions the computer cursor over an element without activating it. Hover effects make a website more interactive.
Notes
Notes are small components very helpful in inserting an additional piece of information.
and more.
Please update your docs
The docs are so outdated. Nothing works properly. The from the website example don't work for the navbar. This is a nightmare. When you do NPM install there is no IMG, FONT files. Your NPM package needs updated with all the correct files needed to use from the node_module directory. Why you have to bring your scss files and typscripts files over beats me. Then you have to download the example file to get the rest of the files over for the IMG and FONT directories. Then it's a puzzle to find out to do a simple nav bar because your examples WON'T WORK!
So I was 2 seconds away from purchasing, and now I refuse to because of this.
Webpack failed to compile
Using Angular CLI 1.5.0 and Angular 5.0.0
Navbar(mobile) does not close on click
I just updated to the latest version of mdbootstrap and expected this to be fixed. Viewing on mobile, clicking a link within a navbar or clicking outside of navbar does not close said navbar. Is it just me or is this still a standing issue?
Repro: 1.)
2.) View on mobile.
P.S - This does not work on your Angular docs either.
Thanks, Brad
Modal not working
I added this code to my angular 5 template file, but nothing happens each time i click the button, i have no idea whats wrong here,navbar and other components are working fine ``
Has no exported member 'Subscription'
Expected behavior
Run
ng serve
successfully.Actual behavior
I'm getting an error with a module.
Your working environment and MDB version information
Angular: 6.0.1 angular-bootstrap-md: 6.0.2 Bootstrap: 4.1.1 Angular CLI: 6.0.1 Node: 10.0.0 NPM: 6.0.1 OS: linux x64 rxjs: 6.1.0 typescript: 2.7.2 webpack: 4.3.0
Resources (screenshots, code snippets etc.)
For every question of technical nature, in order to get the most detailed answer as soon as possible, ask on our dedicated Support Forum
Cannot find module '@angular/core/src/metadata/lifecycle_hooks
I am using MD Boostrap with Angular 8. As soon as I ran ng server. It started throwing below error.
Note: I am not using Pro version.
ERROR in node_modules/angular-bootstrap-md/lib/navbars/links.component.d.ts(3,31): error TS2307: Cannot find module '@angular/core/src/metadata/lifecycle_hooks'. node_modules/angular-bootstrap-md/lib/navbars/navlinks.component.d.ts(3,31): error TS2307: Cannot find module '@angular/core/src/metadata/lifecycle_hooks'.
Error importing SCSS file
Expected behavior
Import to work
Actual behavior
I'm importing the scss file for mdbootstrap_angular in my styles.scss file. The actual stmt used is @import "~angular-bootstrap-md/scss/mdb-free";
I'm getting an error in the _forms.scss file
Your working environment and MDB version information
I'm using stackblitz and version 6.0.2 of angular-bootstrap-md
Resources (screenshots, code snippets etc.)
The actual received is as follows
Error in angular-bootstrap-md/scss/free/_forms.scss (5:3) property "input" must be followed by a ':'
When I looked up this file in your repository at https://github.com/mdbootstrap/Angular-Bootstrap-with-Material-Design/ this is what I see in this file (and indeed on line 5 you have input[type=text] ).
// Forms basic // Input + label wrapper styles .md-form { // Text inputs input[type=text], input[type=password], input[type=email], input[type=url], ...
So is the syntax above correct for an scss file. Am I missing some helper function that may be embedded out of order.
This is what I have in my index.html file link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
Add bootstrap social library for social media icons --> link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.min.css" rel="stylesheet">
Add font awesome icon library --> link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
A workaround could be if I included the styles for mdbootstrap-angular directly in my index.html as references. But I can seem to find a .css file for angular-bootstrap-md at the 6.2.0 level. I tried this approach using the link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.4/css/mdb.min.css" rel="stylesheet" but it doesn't appear to be the correct level. In particular the dropdown button in the toolbar does not work (which I reported in a different issue which has been closed).
Thanks and regards.
For every question of technical nature, in order to get the most detailed answer as soon as possible, ask on our dedicated Support Forum
Fluid modal long content overflow issue
Hello and thanks for the work,
From screenshot you can see header and footer are not contained in the modal in case of modal-fluid. This is from the docs
Bump mixin-deep from 1.3.1 to 1.3.2 in /projects/schematics
Bumps mixin-deep from 1.3.1 to 1.3.2.
Commits
754f0c2
1.3.290ee1fa
ensure keys are valid when mixing in valuesMaintainer changes
This version was pushed to npm by doowb, a new releaser for mixin-deep since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Can't resolve 'chart.js'
Expected behavior
Actual behavior
Got Error after Installing angular-bootstrap-md
Module not found: Error: Can't resolve 'chart.js'
Your working environment and MDB version information
I Installed
"angular-bootstrap-md": "^6.2.4"
, and got error while running application My angular versionResources (screenshots, code snippets etc.)
Error when importing from node_modules in my styles.scss
Hi,
I am working on an angular 4 projet. I am trying to import from node_modules mdb.scss in order to override default variable. My
styles.scss
is aat the root of the project asin angular-cli new project.Here is my
styles.scss
Here is one of the error :
I have serveral error like this which are all about wrong path.
Expected behavior
I d like to import and override variables as I would do in any bootstrap4 (the scss) project.
Way to reproduce
with angular cli :