Taylor Buckner

Results 16 comments of Taylor Buckner

+1 for explanation in docs please :)

I too ran into this issue. Kind of disappointed :(

It would be useful to document how it can be helpful to inline SVGs, and the challenges that come along with that in regards to browser support.

@taitems you could always try to knock this out on your own! :D

@luisrudge did you get a chance to test anything out yet, this backs into one of my questions as well.

> ``` > import { Directive, ElementRef, Renderer2, OnInit, AfterViewChecked } from '@angular/core'; > > @Directive({ > selector: '[emptyRow]' > }) > export class EmptyRowDirective implements OnInit, AfterViewChecked { >...

I've also run into a similar issue while using `customInput` prop wherein changing the state value assigned to `selected` does move the "cursor" however does not change the currently displayed...

+1 This would be awesome. Would allow for playing around with CDN delivery of popular CSS libraries such as [Materialize](https://github.com/Dogfalo/materialize)

Hey @rastitalabani, I see your expected behavior in the issue that you've opened, but I don't see what actually happens. Can you let us know what the current behavior is...