Skip to content

3.7.2

Compare
Choose a tag to compare
@nullivex nullivex released this 09 Apr 23:46
· 1149 commits to master since this release
  • Add the parameters addCss: [{}], addScript: [{}] to each interface
    declaration in order to add additional resources directly from the app config.
    Each object requires the key uri such as {uri: '/a.css'} or
    addScript: [{uri: '/new.js', defer: false}] which loads a new JS resource
    synchronously (all default adds are deferred).