get_my/client/AdminMgmt/CategoryMgMt/catMgmt.js

17 lines
No EOL
255 B
JavaScript

import { Categories } from '../../../imports/api/category.js';
Template.catMgmt.onCreated(function() {
this.subscribe("myCategories");
});
Template.catMgmt.onRendered(function() {
});
Template.catMgmt.helpers({
});
Template.catMgmt.events({
});