Skip to main content
Module

x/aleph/server/app.ts>Application#addPageModule

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method Application.prototype.addPageModule
import { Application } from "https://deno.land/x/aleph@v0.3.0-alpha.2/server/app.ts";

add a new page module by given path and source code.

Parameters

pathname: string
code: string

Returns

Promise<void>