Eray T
Eray T
> I have found this to work as a temporary fix when explicitly setting height on a MatDialog. > > my-dialog.component.html: > > ``` > > > > > >...
> I think problem is cause by mat-dialog-content max height set to 65vh... > > Resolved with : > > ``` > .mat-dialog-content { > max-height: initial !important; > }...
I think I am going to write my own flash messages when angular 6 comes out. I'll keep you updated. Also realized that it's based on #id system instead of...
Hello, I am having the same issue. Trying to trigger angulartics2 from code and based on event is not working. After user signs up successfully, I am trying to run...
If anybody else having this issue, instead of using this package, you can just do: `(window).dataLayer.push({ 'category': 'category name', 'action': 'action', 'event': 'event name' });`
dataLayer should be working because it's from actual Google Tag Managers code. More info: https://developers.google.com/tag-manager/devguide#datalayer Also, this package's google tag manager section was updated 11 days ago. Make sure you...