Page MenuHomec4science

publisher_link.component.js
No OneTemporary

File Metadata

Created
Sun, May 4, 19:59

publisher_link.component.js

"use strict";
import {publisherLinkHtml} from './publisher_link.html';
module.exports = {
bindings: {afterCtrl: '<'},
controller: require ('./publisher_link.controller.js'),
template: publisherLinkHtml,
}

Event Timeline