edemirkan
edemirkan
I am using the following ugly work around; Add a class name to the md-grid-tile ``` ``` and refer it in the global style.css file for left align ("flex-end" will...
Totally agree with your comments, but I think you need to open an issue on [angular/material2](https://github.com/angular/material2/issues) as this repo is just for the sample app.
Hi, please check https://github.com/demirk4n/angular-material-demo until this repo is updated. I guess devs are rushing Angular 4.0 and don't have much time to update the sample-app repo.
Hi @n2lose You need to include the following to your scss file to apply the theme > `@include angular-material-theme($default-theme); ` Please check; https://github.com/demirk4n/angular-material-demo/blob/master/src/angular-material-demo-theme.scss
I see you have created a default theme within `.default-theme {}`. A class definition as such should be explicitly applied . Use the code below to directly apply your default...
Please push your current work into a repo so I can check all your code. Thanks.
@danapsimer have you checked angular.io documentation about this? https://angular.io/docs/ts/latest/guide/testing.html Here's a quikck test to verify contents of a html tag... https://github.com/demirk4n/angular-material-demo/blob/master/src/app/app.component.spec.ts