Yannik Hampe
Yannik Hampe
I adapted the solution by @cameron-earl slightly to be a little more compact. ```typescript attribute: boolean; @Input('attribute') set setAttribute(attribute: boolean | '') { this.attribute = attribute === '' || attribute;...
@michaeljota: Actually when using ``, then according to my tests it does call the setter with an empty string. (Tested with angular 8.2.9 and Firefox 70.0.1). If you have any...
@nhojpatrick : I rebased it.
Just as another workaround for now, if you are on Java8: ```java assertThat( subject, allOf(Stream.of(tokens).map(Matchers::containsString).collect(Collectors.toList())) ); ```
Strange... That sounds like the opposite to the problem I had: #37
> This is a big challenge [..] but realistically I don't think this is something we can address quickly. Maybe some way to cast values in templates could be a...
As you can see I created a pull request for the first proposal (`'text'|translate:'context'`). So far there was some criticism about extensibility, so here are some options: ``` // This...
Do you happen to have a sample file at hand?
At least on first look the course looks OK. You wrote that the preview does not load. Is it only the preview or does the track not work at all?...
The order of the XML attributes does not matter. However it would be really helpful to get the original working courseStorage.xml and newly generated broken courseStorage.xml and to know the...