All Projects → Tibing → Nyan Builder

Tibing / Nyan Builder

Nyan Builder for your next Angular application! 🌈

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Nyan Builder

Clicker
Ionic 2 + @angular/cli Seed Project : Angular2 + Typescript + Karma + Protractor + Travis
Stars: ✭ 439 (+875.56%)
Mutual labels:  angular-cli
Angular Cli Lazy
Example of use SystemJsNgModuleLoader.load in angular-cli project
Stars: ✭ 18 (-60%)
Mutual labels:  angular-cli
Angularconcepts
Key Angular Concepts using Latest Angular version 5
Stars: ✭ 31 (-31.11%)
Mutual labels:  angular-cli
Date Time Picker
Angular Date Time Picker (Responsive Design)
Stars: ✭ 528 (+1073.33%)
Mutual labels:  angular-cli
Angular Cli Ghpages
🚀 Deploy your 🅰️Angular app to GitHub pages directly from the Angular CLI! Available on NPM.
Stars: ✭ 713 (+1484.44%)
Mutual labels:  angular-cli
Ng Sticky
Angular 4 sticky, have header or any component sticky easy to use.
Stars: ✭ 25 (-44.44%)
Mutual labels:  angular-cli
Angular Interview Questions
Most extensive Angular interview questions based on your level.
Stars: ✭ 354 (+686.67%)
Mutual labels:  angular-cli
Laravel5.5 Angular5
Laravel 5.5 + Angular 5 + AdminLTE single page application
Stars: ✭ 40 (-11.11%)
Mutual labels:  angular-cli
Echoes Player
Echoes Player: the missing Media Player experience for Youtube - Built with Angular (9), ngrx (9), Angular CLI, Boostrap (SASS), Youtube api
Stars: ✭ 802 (+1682.22%)
Mutual labels:  angular-cli
Angular6 Monorepo Experiment
A monorepo experiment using Angular-CLI and Lerna
Stars: ✭ 15 (-66.67%)
Mutual labels:  angular-cli
Angular2 Express Starter
Angular 8 and Express 👪 ( Heroku ready )
Stars: ✭ 565 (+1155.56%)
Mutual labels:  angular-cli
Angular Cli
CLI tool for Angular
Stars: ✭ 25,099 (+55675.56%)
Mutual labels:  angular-cli
Angular Builders
Angular build facade extensions (Jest and custom webpack configuration)
Stars: ✭ 843 (+1773.33%)
Mutual labels:  angular-cli
Todo Angular Firebase
Todo app with Angular CLI • AngularFire2 • Firebase • OAuth • SW-Precache
Stars: ✭ 517 (+1048.89%)
Mutual labels:  angular-cli
Esri Angular Cli Example
Example of how to to use the ArcGIS API for JavaScript in an Angular CLI app
Stars: ✭ 31 (-31.11%)
Mutual labels:  angular-cli
Cc
一个基于angular5.0.0+ng-bootstrap1.0.0-beta.8+bootstrap4.0.0-beta.2+scss的后台管理系统界面(没基础的同学请先自学基础,谢谢!)
Stars: ✭ 416 (+824.44%)
Mutual labels:  angular-cli
Angular Pluggable Architecture
This is an example of an Angular application that allows to dynamically plug functionality
Stars: ✭ 24 (-46.67%)
Mutual labels:  angular-cli
Angular Contacts Demo
Angular demo(SSR) base on Angular CLI
Stars: ✭ 42 (-6.67%)
Mutual labels:  angular-cli
Angular Interview Questions
A list of helpful Angular interview questions you can use to interview potential candidates, test yourself or completely ignore.
Stars: ✭ 967 (+2048.89%)
Mutual labels:  angular-cli
Nebular
💥 Customizable Angular UI Library based on Eva Design System 🌚✨Dark Mode
Stars: ✭ 7,368 (+16273.33%)
Mutual labels:  angular-cli

Angular CLI Nyan Builder 👇

nyan gif

Installation

Angular CLI

ng add nyan-builder

Manually

  • npm i -D nyan-builder

  • Register builder itself:

    • Browser
"projects": {
  ...
  "example-app": {
    ...
    "architect": {
      ...
      "build": {
        "builder": "nyan-builder:browser"
        "options": {
              ...
        }
  • Dev Server:
"projects": {
  ...
  "example-app": {
    ...
    "architect": {
      ...
      "build": {
        "builder": "nyan-builder:dev-server"
        "options": {
              ...
        }
  • Karma:
"projects": {
  ...
  "example-app": {
    ...
    "architect": {
      ...
      "build": {
        "builder": "nyan-builder:karma"
        "options": {
              ...
        }
  • Server:
"projects": {
  ...
  "example-app": {
    ...
    "architect": {
      ...
      "build": {
        "builder": "nyan-builder:server"
        "options": {
              ...
        }

How can I support the developer?

  • Create pull requests, submit bugs, suggest new features or documentation updates 🔧
  • Star my GitHub repos ⭐️
  • Read me on Medium and Dev.to
  • Follow me on Twitter 🐾
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].