0.0.27 • Published 7 years ago

@tdadmin/core v0.0.27

Weekly downloads
1
License
MIT
Repository
-
Last release
7 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

7 years ago

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 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