Page MenuHomec4science

eth-locations-after.module.js
No OneTemporary

File Metadata

Created
Wed, Jun 5, 04:03

eth-locations-after.module.js

import {ethLocationsFilterModule} from './eth-locations-filter/eth-locations-filter.module';
export const ethLocationsAfterModule = angular
.module('ethLocationsAfterModule', [])
.component('prmLocationsAfter', {
bindings: {parentCtrl: '<'},
template: `<eth-locations-filter-component after-ctrl="$ctrl"></eth-locations-filter-component><slsp-locations-after parent-ctrl="$parent.$ctrl"></slsp-locations-after>`
});
ethLocationsAfterModule.requires.push(ethLocationsFilterModule.name);

Event Timeline