Inject a middleware in Starter
<div kll-m="myCtrl"></div>
Middleware is a controllers .
Controllers must be import in kll
//main.js
import { KLL } from "@kll_/core"
import * as ctrlPath from "./ctrl"
const config = {
// ... other props
ctrlPath, // <----- HERE
}
[// Initialize KLL](<https://kazerlelutin.notion.site/Getting-Started-e247e41153a24c53a808056850b03764>)
const app = new KLL(config)