Index

projects/angular-material-extensions/google-maps-autocomplete/schematics/helpers/angular/config.ts

configPath
Default value : originalConfigPath

projects/angular-material-extensions/google-maps-autocomplete/src/lib/animations/index.ts

customAnimation
Default value : animation( [ style({ opacity: '{{opacity}}', transform: 'scale({{scale}}) translate3d({{x}}, {{y}}, {{z}})' }), animate('{{duration}} {{delay}} cubic-bezier(0.0, 0.0, 0.2, 1)', style('*')) ], { params: { duration: '200ms', delay: '0ms', opacity: '0', scale: '1', x: '0', y: '0', z: '0' } } )
InputAnimations
Type : []
Default value : [ trigger('animate', [transition('void => *', [useAnimation(customAnimation)])]), trigger('animateStagger', [ state('50', style('*')), state('100', style('*')), state('200', style('*')), transition('void => 50', query('@*', [stagger('50ms', [animateChild()])], {optional: true})), transition('void => 100', query('@*', [stagger('100ms', [animateChild()])], {optional: true})), transition('void => 200', query('@*', [stagger('200ms', [animateChild()])], {optional: true})) ]), ]

projects/angular-material-extensions/google-maps-autocomplete/schematics/helpers/angular/validation.ts

htmlSelectorRe
Default value : originalHtmlSelectorRe

projects/angular-material-extensions/google-maps-autocomplete/schematics/helpers/angular/latest-versions.ts

latestVersions
Default value : originalLatestVersions

projects/angular-material-extensions/google-maps-autocomplete/schematics/helpers/angular/find-module.ts

MODULE_EXT
Default value : ORIGINAL_MODULE_EXT
ROUTING_MODULE_EXT
Default value : ORIGINAL_ROUTING_MODULE_EXT

result-matching ""

    No results matching ""