Top "Subject" questions

How to create Gmail filter searching for text only at start of subject line?

We receive regular automated build messages from Jenkins build servers at work. It'd be nice to ferret these away into …

regex filter gmail subject
Whats the difference between & and & in HTML5?

What is the difference between & and &? Like in the code bellow, are both working in the same …

html share href mailto subject
How to set a mail Subject in UIActivityViewController?

I want to set subject for email sharing in UIActivityViewController and also want to share in Twitter. I know in …

ios objective-c email uiactivityviewcontroller subject
Get current value of Subject.asObservable() inside Angular service

I want to write a simple toggle inside an Angular2 service. Therefore I need the current value of a Subject …

typescript angular rxjs angular2-services subject
Unit test Angular 2 service subject

I'm trying to write a test for an angular service which has a Subject property and a method to call .…

angular testing jasmine rxjs subject
Angular2 Observable BehaviorSubject service not working

I'm trying to create my own observable service but after i get the initial data from the service, any updates …

angular rxjs observable subject
RXJS - Angular - unsubscribe from Subjects

As described in this thread, 'official' solution to unsubscribe from Observables in Angular 5+ in general is using takeUntil. So far, …

angular rxjs observable subject
Angular 6 + RxJS 6.0 : How to push new element to array contained by Observable

I am receiving data from firebase server in chunks while rendering that data requires a library which insists on observable …

angular rxjs observable subject
How to set an umlaut ü in the mail subject

I need to generate German e-mails which contain umlaut characters. In the e-mail itself this works perfectly, but not in …

php email phpmailer diacritics subject
How to create subject ( rx.js) with 2 parameters?

I am using service with subject as communication service for components in my angular2 application. Calling method: this.notification.create(…

angular typescript rxjs angular2-components subject