Sebastián Gaviria

Results 2 issues of Sebastián Gaviria

I think the examples in npm and github are wrong match(2).atLeast(3).then(true).else(false) // should return false

Hi tried to use your extension when importing as text with the text plugin from systemjs, didn't work ``` import templateText from './my-template.html!text'; @Component({ selector: 'my-component', template: templateText }) ```...