feat(angular xml): Support [prop] and (tap) bindings

This commit is contained in:
Hristo Deshev
2015-06-04 17:13:18 +03:00
parent 2a2c0e5c31
commit fdd8c9b116
4 changed files with 48 additions and 5 deletions

View File

@ -242,4 +242,4 @@ export class XmlParser implements definition.XmlParser {
return s;
}
}
}