Topic: Different tag <mdb> to <something>
I would like to use use a specific html tag instead of
for example: would be
How can I do it ? Thx
Arkadiusz Idzikowski staff answered 5 years ago
In this case you need to create new my-card
component and then copy our html code to its html template (which will be probably named my-card.component.html
).
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 8.4.0
- Device: all
- Browser: all
- OS: all
- Provided sample code: No
- Provided link: No
Arkadiusz Idzikowski staff commented 5 years ago
Please add more details to your question.
You can always create your custom component and add our component to it's template. Then you can use your custom selector to render the component.
aganeto commented 5 years ago
for example here. If I want to call the tag my-card instead of mdb-card