Ruben M
Ruben M
and the server accepts any emails , unfortunately you cant see if they really exist or not , the only possible solution is to mark those emails as valid or...
sorry guys cant help yet out with that , not more working with PHP On 8 July 2016 at 00:47, anhofmann [email protected] wrote: > I have the same problem and...
even more , if i try to inject via class propperty : ` @Inject(AuthService) getAuth: AuthService;` i will get an error ``` VM88192:64 Uncaught TypeError: Cannot read property '$inject' of...
@aciccarello Yep that works , thanks. That should be somewhere in the docs , because sometimes you cant take a huge app and just rewrite it all , in terms...
@aidanbiggs do you know that when using arrow functions you keep the context and you dont have to do the `self` stuff ?
At first sight i guess its doable in here https://github.com/akserg/ng2-toasty/blob/master/src/toasty.service.ts in the `add` method, if @akserg you are ok with that , please assign the issue to me ill add...
Btw ive currently a wrapper service: ```TypeScript export class ToastService { constructor(private toastyService: ToastyService, private translateServie: TranslateService){ } default(options: ToastOptions | string | number): void { if(typeof options == "string")...
This should fix #16
It is obvious that there are some performance issues , there is a lag between a click event on the slider and when the slider changes its value.
Ok ive checked the original lib , looks like the performance issue is coming from it.