Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/momentum/mvc-handlebars/deps.ts>MvcModule.registerAsync

Momentum is an open-source framework for building server-side Deno applications in TypeScript. It provides the paradigms and design patterns to guide developers to create robust, scalable, and enterprise-grade applications.
Latest
method MvcModule.registerAsync
import { MvcModule } from "https://deno.land/x/momentum@v0.8.2/mvc-handlebars/deps.ts";

Parameters

options:
& { configFactory: FactoryFunction<Partial<MvcConfig> | Promise<Partial<MvcConfig>>>; }
& Pick<FactoryProvider, "deps">
& Pick<ModuleMetadata, "imports">
& Pick<MvcModuleOptions, "viewEngineModule">