I am new to Ember CLI and I don't know how to add my own util file in my app.
I want to add this summernote.js file to my project.
How do I add this file to the components using Ember CLI?
I am new to Ember CLI and I don't know how to add my own util file in my app.
I want to add this summernote.js file to my project.
How do I add this file to the components using Ember CLI?
You need to use
import
keyword in your component file. Exampleapp/components/my-component
: