A high-level component tree for [describe the page/application]. Uses shadcn/ui primitives; custom components are composed from shadcn building blocks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { LogUpdater, LogEffect } from "ngx-ngrx-component-store-debug-tools" | |
const logLevel = 'debug'; | |
@Injectable() | |
@LogState({ logLevel }) | |
export class CardStore extends ComponentStore<CardState> { | |
// ... | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ngx-ngrx-component-store-debug-tools", | |
"version": "0.0.6", | |
"description": "Debug decorators and utilities for @ngrx/component-store", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/gergelyszerovay/ngx-ngrx-component-store-debug-tools.git" | |
}, | |
"keywords": [ | |
"Angular", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// import ... | |
export function LogUpdater(params: LoggerParams) { | |
// ... | |
} | |
export function LogEffect(params: LoggerParams) { | |
// ... | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Public API Surface of ngx-ngrx-component-store-debug-tools | |
*/ | |
export * from './lib/ngx-ngrx-component-store-debug-tools'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b52197fdbc1c5f065078696a5ce253ca |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
docker container prune -f | |
docker rmi $(docker images --filter "dangling=true" -q --no-trunc) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"book.pdf": [ | |
"127.0.0.1", | |
"127.0.0.2" | |
], | |
"examples.zip": [ | |
"127.0.0.1" | |
] | |
} |
NewerOlder