Import a model inside a template
import { class_name } from '../path'; // Notice path is written without the extention js /*Example*/ import { Recipe } from '../recipe.model';