0.0.27 • Published 8 years ago
@tdadmin/core v0.0.27
@tdadmin/core
AOT/JIT Compatible.
Important Note
- This library build with aot mode , if you using jit mode please use --preserve-symlinks option.
Quick Start
- Install this Library
- Declare any module in your root module
import { ComponentModule } from '@tdadmin/core'
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
ComponentModule.forRoot()
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }- Use componentRef directive
<component *componentRef></component>Modify this library
# Clone the repository
# Go to repository folder
cd tdadmin.core
# Install all dependencies
yarn install
# Build the library
yarn buildBuild the library
yarn buildfor building the library once (both ESM and AOT versions).yarn build:watchfor building the library (both ESM and AOT versions) and watch for file changes.
You may also build UMD bundle and ESM files separately:
yarn build:esm- for building AOT/JIT compatible versions of files.yarn build:esm:watch- the same as previous command but in watch-mode.yarn build:umd- for building UMD bundle only.yarn build:umd:watch- the same as previous command but in watch-mode.
Commands
yarn docsfor generating documentation locally.yarn explorerto find out where all your code in bundle is coming from.npm version patchto increase library version. More on bumping.npm publishto publish your library sources on npmjs.com.yarn clean:tmpcommand will clean up all temporary files likedocs,dist,coverageetc.yarn clean:allcommand will clean up all temporary files along withnode_modulesfolder.
0.0.27
8 years ago
0.0.26
8 years ago
0.0.25
8 years ago
0.0.24
8 years ago
0.0.23
8 years ago
0.0.22
8 years ago
0.0.21
8 years ago
0.0.20
8 years ago
0.0.19
8 years ago
0.0.18
8 years ago
0.0.17
8 years ago
0.0.16
8 years ago
0.0.15
8 years ago
0.0.14
8 years ago
0.0.13
8 years ago
0.0.12
8 years ago
0.0.11
8 years ago
0.0.10
8 years ago
0.0.9
8 years ago
0.0.8
8 years ago
0.0.7-beta
8 years ago
0.0.5-nightmare
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago
