Client
Template.myTemplate.onCreated
import { Template } from 'meteor/templating'
Source Register a function to be called when an instance of this template is created.
Arguments
- callback Function
-
A function to be added as a callback.
Template.myTemplate.onCreated
import { Template } from 'meteor/templating'
Source Register a function to be called when an instance of this template is created.
A function to be added as a callback.
Please login to continue.