Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | 1x | export const TRANSLATION_EN_US = { accessors: 'Accessors', arguments: 'Arguments', bootstrap: 'Bootstrap', branches: 'Branches', browse: 'Browse', classe: 'Class', classes: 'Classes', component: 'Component', components: 'Components', constructor: 'Constructor', controllers: 'Controllers', controller: 'Controller', 'coverage-page-title': 'Documentation coverage', declarations: 'Declarations', decorators: 'Decorators', 'default-value': 'Default value', 'defined-in': 'Defined in', dependencies: 'Dependencies', description: 'Description', directive: 'Directive', directives: 'Directives', entrycomponents: 'EntryComponents', enumerations: 'Enumerations', enums: 'Enums', example: 'Example', exports: 'Exports', extends: 'Extends', file: 'File', functions: 'Functions', 'generated-using': 'Documentation generated using', 'getting-started': 'Getting started', guard: 'Guard', guards: 'Guards', hostbindings: 'HostBindings', hostlisteners: 'HostListeners', 'html-element': 'Html element', 'html-element-with-directive': 'Html element with directive', identifier: 'Identifier', implements: 'Implements', imports: 'Imports', index: 'Index', indexable: 'Indexable', 'inherited-from': 'Inherited from', injectable: 'Injectable', injectables: 'Injectables', inputs: 'Inputs', interceptors: 'Interceptors', interface: 'Interface', interfaces: 'Interfaces', legend: 'Legend', license: 'License', lines: 'Lines', metadata: 'Metadata', methods: 'Methods', miscellaneous: 'Miscellaneous', module: 'Module', modules: 'Modules', name: 'Name', no: 'No', 'no-graph': 'No graph available.', 'no-iframe': 'Your browser does not support iframes.', 'no-result-matching': 'No results matching', 'no-svg': 'Your browser does not support SVG', optional: 'Optional', outputs: 'Outputs', overview: 'Overview', parameters: 'Parameters', 'peer-dependencies': 'Peer dependencies', pipe: 'Pipe', pipes: 'Pipes', prefix: 'Prefix', properties: 'Properties', providers: 'Providers', pure: 'Pure', readme: 'README', reset: 'Reset', 'results-matching': 'results matching', returns: 'Returns', route: 'Route', routes: 'Routes', schemas: 'Schemas', 'search-placeholder': 'Type to search', selector: 'Selector', signature: 'Signature', statements: 'Statements', type: 'Type', 'type-aliases': 'Type aliases', 'type-parameters': 'Type parameters', types: 'Types', 'unamed-property': 'Unamed property', 'unit-test-coverage': 'Unit test coverage', value: 'Value', variables: 'Variables', yes: 'Yes', zoomin: 'Zoom in', zoomout: 'Zoom out' }; |