diff --git a/angular-tools.md b/angular-tools.md index b048b615..84ca587a 100644 --- a/angular-tools.md +++ b/angular-tools.md @@ -3,5 +3,7 @@ An open source tool for building enterprise angular components, directives, and pipes in isolation ## [bit.dev](https://bit.dev/) Bit is a scalable and collaborative way to build and reuse components. It's everything you need from local development to cross-project integrations. +## [ngrev](https://github.com/ng-ast/ngrev) +Graphical tool for reverse engineering of Angular projects. It allows you to navigate in the structure of your application and observe the relationship between the different modules, providers, and directives. The tool performs static code analysis which means that you don't have to run your application in order to use it. diff --git a/src/app/services/representative.service.ts b/src/app/services/representative.service.ts index 970bffa5..475945ff 100644 --- a/src/app/services/representative.service.ts +++ b/src/app/services/representative.service.ts @@ -323,44 +323,64 @@ export class RepresentativeService { // Default representatives list defaultRepresentatives = [ { - id: 'nano_3arg3asgtigae3xckabaaewkx3bzsh7nwz7jkmjos79ihyaxwphhm6qgjps4', - name: 'Official Rep 1', + id: 'ban_1fomoz167m7o38gw4rzt7hz67oq6itejpt4yocrfywujbpatd711cjew8gjj', + name: 'Official Fomo Rep', warn: true, + trusted: true, }, { - id: 'nano_1stofnrxuz3cai7ze75o174bpm7scwj9jn3nxsn8ntzg784jf1gzn1jjdkou', - name: 'Official Rep 2', + id: 'ban_1cake36ua5aqcq1c5i3dg7k8xtosw7r9r7qbbf5j15sk75csp9okesz87nfn', + name: 'Official FudCake Rep', warn: true, + trusted: true, }, { - id: 'nano_1q3hqecaw15cjt7thbtxu3pbzr1eihtzzpzxguoc37bj1wc5ffoh7w74gi6p', - name: 'Official Rep 3', + id: 'ban_1bananobh5rat99qfgt1ptpieie5swmoth87thi74qgbfrij7dcgjiij94xr', + name: 'Official BananoRatPie Rep', warn: true, + trusted: true, }, { - id: 'nano_3dmtrrws3pocycmbqwawk6xs7446qxa36fcncush4s1pejk16ksbmakis78m', - name: 'Official Rep 4', + id: 'ban_1banbet955hwemgsqrb8afycd3nykaqaxsn7iaydcctfrwi3rbb36y17fbcb', + name: 'BananoBet Rep', warn: true, + trusted: true, }, { - id: 'nano_3hd4ezdgsp15iemx7h81in7xz5tpxi43b6b41zn3qmwiuypankocw3awes5k', - name: 'Official Rep 5', + id: 'ban_1ka1ium4pfue3uxtntqsrib8mumxgazsjf58gidh1xeo5te3whsq8z476goo', + name: 'Kalium Rep', warn: true, + trusted: true, }, - { - id: 'nano_1awsn43we17c1oshdru4azeqjz9wii41dy8npubm4rg11so7dx3jtqgoeahy', - name: 'Official Rep 6', - warn: true, +{ + id: 'ban_1creepi89mp48wkyg5fktgap9j6165d8yz6g1fbe5pneinz3by9o54fuq63m', + name: ' creeper.banano.cc', + warn: false, + trusted: true, }, - { - id: 'nano_1anrzcuwe64rwxzcco8dkhpyxpi8kd7zsjc1oeimpc3ppca4mrjtwnqposrs', - name: 'Official Rep 7', - warn: true, +{ + id: 'ban_1tipbotgges3ss8pso6xf76gsyqnb69uwcxcyhouym67z7ofefy1jz7kepoy', + name: 'Banano-Tipbots', + warn: false, + trusted: true, }, - { - id: 'nano_1hza3f7wiiqa7ig3jczyxj5yo86yegcmqk3criaz838j91sxcckpfhbhhra1', - name: 'Official Rep 8', - warn: true, +{ + id: 'ban_1sebrep1mbkdtdb39nsouw5wkkk6o497wyrxtdp71sm878fxzo1kwbf9k79b', + name: '1sebrep1 (DE)', + warn: false, + trusted: true, + }, +{ + id: 'ban_1bestrep6gq14bt4bi7w446m9knc6matfad7qcii7edeb33iipooh46dotdz', + name: '1bestrep (CH)', + warn: false, + trusted: true, + }, +{ + id: 'ban_14z56meuqz6etgaik1ucsuyzcmp4aju73ziqkct3jdn3eqsgigihhkjitibz', + name: 'protecc iazid (FR)', + warn: false, + trusted: true, }, ];