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

app.component.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
import { Component } from "@angular/core";
@Component({ selector: "my-app", templateUrl: "./app.component.html", styleUrls: ["./app.component.css"],})export class AppComponent { public versionDeno = Deno.version.deno;}
alosaur

Version Info

Tagged at
a year ago