material2-app icon indicating copy to clipboard operation
material2-app copied to clipboard

Simple app that consumes Angular Material 2 components

Results 35 material2-app issues
Sort by recently updated
recently updated
newest added

Hi, Do you have a doc or guide to instruct about custom theme? I have followed [theme guide](https://github.com/angular/material2/blob/master/guides/theming.md) to create a custom theme. I also checkout the showcase [material2-app](https://github.com/jelbourn/material2-app) and...

After adding material elements to my projects, all my tests that test components that utilize material directives failed with "is not a known element" error. Adding an import for "MaterialModule"...

I get an error when I try to start the application npm ERR! Windows_NT 10.0.14393 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start" npm ERR! node v6.9.2 npm ERR! npm...

Getting the following error when building: `ERROR in ./src/main.ts Module not found: Error: Can't resolve './aot/app/app.module.ngfactory' in 'c:\Checkouts\material2-app\src' @ ./src/main.ts 8:0-76 @ multi main`

So far, the only way I've found to customise the width of the dropdowns is to add a class to md-option and then add the custom width to the select.component.ts...

ng server made this error **"ENOENT: no such file or directory, stat 'C:\Angular2\material2-app\src\assets'"** my actions: _git clone -b master --single-branch https://github.com/jelbourn/material2-app.git cd material2-app npm install npm start_ ----- The directory...

First of all thank You for building and sharing this demo app. I'd like to ask for some modifications. I'd like to see responsive layout, because right now app looks...

After patching to avoid AoT compiling, see #28, after updating project with npm-check-updates -u npm install npm update npm install It complains about not finding files that actually exist: npm...