📄️ GdLimitNumberPipe
The GdLimitNumberPipe is an Angular pipe that limits the display of a number to a specified maximum value, appending a suffix when the number exceeds this limit.
📄️ GdNestedPropertyPipe
The GdNestedPropertyPipe is an Angular pipe that allows accessing nested properties of an object using a dot-notated string path. It provides safe traversal by handling undefined or null intermediate values.