Sebastián Balay

Results 13 issues of Sebastián Balay

This is a feature request, it would be nice to allow sending `testID` to components generated when importing `.svg` files. `testID` is a standard prop used by several testing frameworks...

steps: push to production push branch to master create git tag or release

disable debug meta in not-dev environments https://docs.angularjs.org/guide/production#disabling-debug-data use apply-async https://docs.angularjs.org/api/ng/provider/$httpProvider#useApplyAsync

**Describe the improvement** The current docs suggested the following script to run this tool on CI: ``` #!/usr/bin/env bash set -e BASELINE_BRANCH=${BASELINE_BRANCH:="main"} # Required for `git switch` on CI git...

help wanted