Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gcaufy/angularjs2-demo

Angularjs2 + typescript
https://github.com/gcaufy/angularjs2-demo

Last synced: 12 days ago
JSON representation

Angularjs2 + typescript

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
```