Giter Site home page Giter Site logo

Comments (5)

emoralesb05 avatar emoralesb05 commented on May 31, 2024

md-card is a material component. https://material.angular.io/components

You need to import their modules also.

from vantage-ui-template.

ranouf avatar ranouf commented on May 31, 2024

Thanks.
app.module.client:
import {
MaterialModule,
MdCardModule,
MdAutocompleteModule,
MdButtonModule,
MdButtonToggleModule,
MdCheckboxModule,
MdChipsModule,
MdCoreModule,
MdDatepickerModule,
MdDialogModule,
MdGridListModule,
MdIconModule,
MdInputModule,
MdListModule,
MdMenuModule,
MdNativeDateModule,
MdProgressBarModule,
MdRadioModule,
MdRippleModule,
MdSelectionModule,
MdSelectModule,
MdSidenavModule,
MdSliderModule,
MdSlideToggleModule,
MdSnackBarModule,
MdTabsModule,
MdToolbarModule,
MdTooltipModule,
NativeDateModule,
PlatformModule,
StyleModule,
} from '@angular/material';

imports: [
MaterialModule,
MdCardModule,
MdAutocompleteModule,
MdButtonModule,
MdButtonToggleModule,
MdCheckboxModule,
MdChipsModule,
MdCoreModule,
MdDatepickerModule,
MdDialogModule,
MdGridListModule,
MdIconModule,
MdInputModule,
MdListModule,
MdMenuModule,
MdNativeDateModule,
MdProgressBarModule,
MdRadioModule,
MdRippleModule,
MdSelectionModule,
MdSelectModule,
MdSidenavModule,
MdSliderModule,
MdSlideToggleModule,
MdSnackBarModule,
MdTabsModule,
MdToolbarModule,
MdTooltipModule,
NativeDateModule,
PlatformModule,
StyleModule,
]

Still the same error:
If 'md-card-content' is an Angular component, then verify that it is part of this module.

Do you have an idea?

from vantage-ui-template.

jotatoledo avatar jotatoledo commented on May 31, 2024

is the issue solved? @ranouf

from vantage-ui-template.

ranouf avatar ranouf commented on May 31, 2024

Yes, but I dont remember how I did it. sorry for the next one who will need an answer :(

from vantage-ui-template.

netbka avatar netbka commented on May 31, 2024

Having same issue in my package.json I have
"@angular/material": "^2.0.0-beta.6",
and I am getting on npm i unmet error:
UNMET PEER DEPENDENCY @angular/[email protected]
+-- @covalent/[email protected]
| `-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- @covalent/[email protected]

from vantage-ui-template.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.