deno.land / x / sheetjs@v0.18.3 / demos / angular2 / src / app / app.module.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import { BrowserModule } from '@angular/platform-browser';import { NgModule } from '@angular/core';
import { SheetJSComponent } from './sheetjs.component';

import { Component } from '@angular/core';
@Component({ selector: 'app-root', template: `<sheetjs></sheetjs>`})export class AppComponent { title = 'test';}
@NgModule({ declarations: [ SheetJSComponent, AppComponent ], imports: [ BrowserModule ], providers: [], bootstrap: [AppComponent]})export class AppModule { }
sheetjs

Version Info

Tagged at
3 years ago