-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Components load properly
What is the current behavior?
Errors:
material.es5.js:131 Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide: https://material.angular.io/guide/theming
sassy-project/~/@angular/material/@angular/material.es5.js
Cannot find SourceMap 'pseudo-checkbox.css.map': Error: Can't resolve './pseudo-checkbox.css.map' in
... node_modules\@angular\material\@angular'
@ ...sassy-project/src/app/app.module.ts 13:0-119
@ ...sassy-project/src/main.ts
@ multi webpack-dev-server/client?http://localhost:4200 ./src/main.ts
All the input components (checkbox, radio, slider ...) are not displaying correctly.
What are the steps to reproduce?
Providing a Plunker (or similar) is the best way to get the team to see your issue.
On a new project from angular-cli: ng new sassy-project --style=scss
app.module.ts
import { MdCardModule, MdCheckboxModule, MdRadioModule, MdButtonModule, MdSlideToggleModule }
from '@angular/material';
imports: [
BrowserModule,
FormsModule,
HttpModule,
BrowserAnimationsModule,
/** Material */
MdCardModule, MdCheckboxModule, MdRadioModule, MdButtonModule, MdSlideToggleModule
],
app.component.scss
@import '~@angular/material/prebuilt-themes/pink-bluegrey.css'
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
@angular/cli: 1.0.0
node: 6.10.0
os: win32 x64
@angular/animations: 4.0.3
@angular/common: 4.0.3
@angular/compiler: 4.0.3
@angular/core: 4.0.3
@angular/forms: 4.0.3
@angular/http: 4.0.3
@angular/material: 2.0.0-beta.3
@angular/platform-browser: 4.0.3
@angular/platform-browser-dynamic: 4.0.3
@angular/router: 4.0.3
@angular/cli: 1.0.0
@angular/compiler-cli: 4.0.3
Is there anything else we should know?
robertdean, alexandrehebert, buu700, alxhotel, oeem1011 and 1 more
Metadata
Metadata
Assignees
Labels
No labels