material2-app
material2-app copied to clipboard
Simple app that consumes Angular Material 2 components
I think it's a very common feature for webapp to have or a fixed nabar on the top or, even better, a 'big' navbar' on the top that reduce itself...
I love the sidebar, and I'd like to use the demo html markup for adding some content in the right way.
The command throws this error.... ``` Cannot read property 'AssetUrl' of undefined TypeError: Cannot read property 'AssetUrl' of undefined at Object. (C:\DevonFactory\NjordWeb\material2-app-master\node_modules\@angular\compiler-cli\src\private_import_compiler.js:10:51) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module.load...
``` npm install ``` is failing with the following output ``` >npm install npm WARN peerDependencies The peer dependency @angular/[email protected] included from @angular/compiler-cli will no npm WARN peerDependencies longer be...
Upgrading dependencies should fix: #21 Updating README should help with confusion around getting setup JIT compilation should help with confusion around having to run `./node_modules/.bin/ngc -p ./src/` Add necessary dependencies...
I added angular2-material components into my project before. and It worked. But after upgrading project into latest version of angular and typescript. They have problem in loading. > (SystemJS) XHR...
when running ``` ngc -p ./src/tsconfig.ts ``` it shows an error that it couldnt find 'describe' and 'it' symbols of jasmine library, the spec files here were deleted how to...
I downloaded this app yesterday and tried to build, but it kept having issues with angular cli. Kept saying that this app was generated using an older version of angular...
I am getting the following error when trying to do ng-serve. **The Broccoli Plugin: [BroccoliTypeScriptCompiler] failed with:** Error: Typescript found the following errors: material2-app/tmp/broccoli_type_script_compiler-input_base_path-j7f4G37d.tmp/0/src/typings.d.ts (1, 1): File 'material2-app/tmp/broccoli_type_script_compiler-input_base_path-j7f4G37d.tmp/0/typings/browser.d.ts' not found....