Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gcaufy/angularjs2-demo
Angularjs2 + typescript
https://github.com/gcaufy/angularjs2-demo
Last synced: 12 days ago
JSON representation
Angularjs2 + typescript
- Host: GitHub
- URL: https://github.com/gcaufy/angularjs2-demo
- Owner: Gcaufy
- Created: 2016-01-29T06:56:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T06:59:35.000Z (almost 9 years ago)
- Last Synced: 2024-10-19T10:06:45.059Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angularjs-demo
Demo application using typescript and angularjs2.
### Install and Run
```bash
npm install
``````bash
npm start
```### Base code structure
```bash
app/ --- Main code directory
module1/ --- Module directory
entity.com.ts --- Component code
entity.css --- Component related css
entity.html --- Component html template
module2/
entity.com.ts
entity.css
entity.html
app.com.ts --- Application Component
boot.ts --- Bootstrap code
style.css --- Basic style
index.html --- Entry html page
package.json --- npm config
tsconfig.json --- typescript config
```