5 Commits

Author SHA1 Message Date
cdf08378b0 Remove grunt-ts dependency.
Compile code using tsconfig.json files and plain tsc invocations.
Call those using grunt-shell.
2017-02-13 14:13:33 +02:00
2ebe9d681a Fix node-tests on OSX by explicitly requiring modules with relative paths. 2016-05-30 12:41:18 +03:00
748b4f1c99 feat(xml parser): Only allow angular syntax extensions if configured.
Configure via the public `angularSyntax` property on EasySAXParser and
the XmlParser wrapper.
2015-06-17 15:53:12 +03:00
aa112244fd Parse out attributes without values.
Treat #myattr as #myAttr=''.
2015-06-17 15:53:12 +03:00
fdd8c9b116 feat(angular xml): Support [prop] and (tap) bindings 2015-06-17 15:53:12 +03:00