Sumanth Chinthagunta
Sumanth Chinthagunta
the intent for `/cmd/*` components are: for showcasing CLI apps (they could be simple demos or they could be gRPC clients talking to, for example `account` service), they can use...
Update the cmd/* CLI to what I originally intended for https://github.com/xmlking/micro-starter-kit/tree/develop/cmd/account
clone the above repo, change any file for testing (e.g., README.md) then run ` gradle tasks` you will see bunch of `[versioning] WARNING - the working copy has unstaged or...
Thinking something like this. ```ts const routes: Routes = [ { path: '/api', canActivate: [AuthGuard] , children: [ { path: '/cats', module: CatsModule, canActivate: [CatGuard] }, { path: '/dogs', module:...
Agree, most of us adding guards via APP_GUARD and activating via decorators. My concern was in general how nestjs handle multiple global guards as I am asking for clarification here...
I am using my own key. If you uncomment line here , and run `ng serve —aot` , you can see the error. https://github.com/xmlking/ngx-starter-kit/blob/master/libs/dashboard/src/lib/dashboard.module.ts#L24
@OlegDokuka any update on this project? interested to migrate my **gRPC** µServices to **rSocket** and felt this project might be ideal path. But worried on maintenance of this project
any update on this?
Unfortunately my corporate nexus blocking some external dependencies
