deno.land / x / alosaur@v1.1.1 / examples / angular / views / src / app.module.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
import { NgModule } from "@angular/core";import { ServerModule } from "@angular/deno";import { AppComponent } from "./app.component.ts";
@NgModule({ imports: [ServerModule], declarations: [AppComponent], bootstrap: [AppComponent], providers: [],})export class AppModule {}
alosaur

Version Info

Tagged at
a year ago