This [WIP] project aims to rebuild Telegram web with a current version of Angular. The official repo uses AngularJS 1 which will soon be discontinued / enter LTS.
- Basic Login
- Sending and receiving text messages
- Displaying (most) images
- Emojis
- Performance issues
- Better implementation of mtproto
- Limit api-requests
- i18n
- Basically everything else
- Angular CLI
- Yarn
- Create an app on https://my.telegram.org
- Add the generated api_id and api_hash to the
src/telegram-api-conf.ts
-file (do not commit these values!) - Run
yarn
- Run
ng serve
- Visit http://localhost:4200/ in your browser