0.0.27 • Published 6 years ago

@tdadmin/core v0.0.27

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

@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

NPM

  • 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 build

Build the library

  • yarn build for building the library once (both ESM and AOT versions).
  • yarn build:watch for 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 docs for generating documentation locally.
  • yarn explorer to find out where all your code in bundle is coming from.
  • npm version patch to increase library version. More on bumping.
  • npm publish to publish your library sources on npmjs.com.
  • yarn clean:tmp command will clean up all temporary files like docs, dist, coverage etc.
  • yarn clean:all command will clean up all temporary files along with node_modules folder.
0.0.27

6 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7-beta

6 years ago

0.0.5-nightmare

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago