Commit Graph

11 Commits

Author SHA1 Message Date
62911d6e44 make XmlAttributeComponent into a generic class
This change brings increased type safety to uses of
XmlAttributeComponent. Now the compiler is checkign for us that the
properties that get passed in to every subclass match the intended
interface, and also that the xmlKeys property -> xml attribute mapping
has all the right keys
2017-03-10 14:19:45 +01:00
fd1aab48f7 removed some dead code causing tslint problems 2017-03-10 10:35:38 +01:00
c6eef3fd79 tslint fixes 2017-03-09 23:20:28 +00:00
e6e0658812 clean up style & components attributes 2017-03-09 11:11:07 +01:00
f5144e6d72 ts/styles linter warnings 2017-03-09 11:11:07 +01:00
a2284df881 fixed all tslint errors 2016-05-26 15:08:34 +01:00
a1b4facb40 added heading styles 2016-05-08 17:01:20 +01:00
b86d292c64 added style components 2016-05-03 04:31:08 +01:00
f68a2aff56 now extends XmlComponent 2016-04-09 20:16:35 +01:00
84610bd72f made all tests passing 2016-04-09 04:53:42 +01:00
aed59754cc added style components 2016-04-09 04:27:49 +01:00