Skip to content

what's this mean ? "export class PizzaPartyAppModule { }" #2386

@xgqfrms-GitHub

Description

@xgqfrms-GitHub

export class PizzaPartyAppModule { }

$ npm i -S @angular/material

Import the Angular Material NgModule

src/app/app.module.ts

import { MaterialModule } from '@angular/material';
// other imports 
@NgModule({
  imports: [MaterialModule.forRoot()],
  ...
})
export class PizzaPartyAppModule { }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions