Skip to content

kaarakillua/who-use-angular-in-thailand

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Who use Angular in Thailand

The list of companies who use Angular in Thailand

CircleCI

https://AngularThailand.github.io/who-use-angular-in-thailand

Add your company

In order to add a company to this repo, you have to submit pull request so as to edit the src/assets/data/companies.json file.

JSON object must follow the format below.

  • name: Company's name (required)
  • description: Company's description (required) (with http/https)
  • logo: Company logo's URL (optional)
  • companyUrl: Company's URL (required) (with http/https)
  • productUrls: Company products's URL using Angular ecosystem (optional) (with http/https)
  • technologies: Technologies to build your product related to Angular: rxjs, angular, angularjs, typescript, ionic, nest, ngrx, nativescript, electron, firebase, tensorflow, python, java, gcp, android, ios, nx (required at least one)

For instance:

    {
      "name": "Example Company",
      "description": "Example Company Description",
      "logo": "assets/images/angular.svg",
      "companyUrl": "http://example.com",
      "productUrls": ["http://example.com", "http://example.com"],
      "technologies": ["angularjs", "angular","ionic", "nestjs", "ngrx"]
    }

Inspired by

https://github.com/ng-japan/who-use-angular-in-japan

https://github.com/tomastrajan/angular-ngrx-material-starter

About

The list of companies who use Angular in Thailand

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.4%
  • TypeScript 45.4%
  • CSS 4.8%
  • JavaScript 3.8%
  • Shell 0.6%