https://github.com/hastebrot/angular-playground
My playground for Angular.js
https://github.com/hastebrot/angular-playground
angular playground
Last synced: about 2 months ago
JSON representation
My playground for Angular.js
- Host: GitHub
- URL: https://github.com/hastebrot/angular-playground
- Owner: hastebrot
- Created: 2017-03-02T09:22:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T21:14:48.000Z (about 9 years ago)
- Last Synced: 2026-02-22T14:29:12.067Z (4 months ago)
- Topics: angular, playground
- Language: TypeScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-playground
1. [Usage](#usage)
2. [Dependencies](#dependencies)
3. [Documentation](#documentation)
## Usage
Install dependencies, build source code, and run development server.
~~~
$ yarn install
$ yarn build
$ yarn dev
~~~
Open samples:
~~~
$ xdg-open http://localhost:3000/src/hello.html
$ xdg-open http://localhost:3000/src/counter.html
~~~
## Dependencies
Dependencies in `package.json`:
~~~json
"dependencies": {
"angular": "^1.6.2",
"angular-ui-router": "^0.4.2",
"bootstrap": "^3.3.7",
"ui-grid": "^0.0.0",
"ui-select": "^0.19.6"
}
~~~
Development dependencies in `package.json`:
~~~json
"devDependencies": {
"@types/angular": "^1.6.7",
"@types/angular-ui-router": "^1.1.36",
"@types/ui-grid": "^0.0.35",
"@types/ui-select": "^0.13.28",
"typescript": "^2.2.1"
}
~~~
## Documentation
- Angular `component()` (replacement for views and directives since Angular 1.5)
- https://toddmotto.com/exploring-the-angular-1-5-component-method/
- http://almerosteyn.com/2016/02/angular15-component-typescript