Skip to main content
Module

x/angular_deno/resource-loader.ts>DenoFileSystemResourceLoader

Angular Deno - Experimental Angular renderer in server with Deno
Go to Latest
class DenoFileSystemResourceLoader
import { DenoFileSystemResourceLoader } from "https://deno.land/x/angular_deno@v0.2.0/resource-loader.ts";

Constructors

new
DenoFileSystemResourceLoader(injector: Injector)

Properties

private
readonly
filesCache: Map<string, string>
private
readonly
resourcePath: string

Methods

get(url: string, aa?: any): Promise<string>
resolve(url: string, baseUrl: string): string