Socket
Book a DemoInstallSign in
Socket

angular_project

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular_project

Angular.js 1 project generator

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

Reference

Application

application-name {
  /* modules */
}

Module

module-name {
  /* elements */
}

Element

Components/Directives

components {                  directives {                  # {
  component-name-1              directive-name-1              name-1
  component-name-2    *or.      directive-name-2    *or.      name-2
  /* ... */                     /* ... */                     /* ... */
}                             }                             }

Components/Directives may also be nested inside others:

# {
  video-player {
    screen {
      stats
      content
    }
    controls
  }
}

Note: All component/directive names within a module must be unique. The nesting does not create a new namespace.

Factories/Services

factories {                 ^ {
  factory-name-1              factory-name-1
  factory-name-2    *or.      factory-name-2
  /* ... */                   /* ... */
}                           }

Routes

routes {                     => {                         > {
  '/': welcome                 '/': welcome                 '/': welcome
  '/user/:name': user   *or.   '/user/:name': user   *or.   '/user/:name': user
  '<path>': <# name>           '<path>': <# name>           '<path>': <# name>
  /* ... */                    /* ... */                    /* ... */
}                            }                            }

Example

2016-fantasy {
  data-store {
    ^ {
      data-store
    }
  }

  devbox {}

  presidential {
    < {
      ngRoute   :angular-route
      ngAnimate :angular-animate
      ngTouch   :angular-touch

      data-store
      devbox
      state
      state-graph
      ui-components
    }

    # {
      presidential {
        welcome
        candidates
        league
        find-league
        new-league {
          construct
          draft
          selection {
            pasture
            stable
            set-draft
          }
          sidebar {
            players {
              invite
            }
          }
        }
      }
    }

    > {
      '/' : welcome
      '/candidates': candidates
      '/league/new': new-league
      '/league/find': find-league
      '/league/:leagueId': league
    }

    config
  }

  state {
    ^ {state {nested}}
  }

  state-graph {
    # {stage}
  }

  ui-components {
    directives {
      delayed-src
      scroll
      scrollControl
      scrollSync
      scrollSwap
      sensitiveTouch
    }
  }
}

FAQs

Package last updated on 01 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.