UNPKG

@oveasoft/planning

Version:

An AngularJS planning component

9 lines (6 loc) 221 B
import angular from 'angular'; // Components import AppointmentComponent from './appointment.component'; export default angular.module('appointment', []) .component('myAppointment', AppointmentComponent) .name;