Skip to content

Instantly share code, notes, and snippets.

@dormd
Last active March 29, 2017 06:11
Show Gist options
  • Save dormd/5739c9c62e030b8026eb42c47e4064dc to your computer and use it in GitHub Desktop.
Save dormd/5739c9c62e030b8026eb42c47e4064dc to your computer and use it in GitHub Desktop.
import { HybridHelper } from './hybrid-helper.v4';
import { DocumentComponent } from './document-component.v4';
const moduleName = 'document';
angular.module(moduleName, [...]);
HybridHelper.downgradeComponent(moduleName, 'document', DocumentComponent, {
     inputs: ['name', 'size', 'numOfPages', 'content'],
outputs: ['opened', 'contentChanged', 'closed']
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment