Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.js

    r59329aa re29cc2e  
    6767    function createLinkerMap(environment, sourceUrl, code) {
    6868        var linkers = new Map();
    69         var LATEST_VERSION_RANGE = getRange('<=', '12.2.9');
     69        var LATEST_VERSION_RANGE = getRange('<=', '12.2.13');
    7070        linkers.set(exports.ɵɵngDeclareDirective, [
    7171            { range: LATEST_VERSION_RANGE, linker: new partial_directive_linker_1_1.PartialDirectiveLinkerVersion1(sourceUrl, code) },
     
    138138            }
    139139            var linkerRanges = this.linkers.get(functionName);
    140             if (version === '12.2.9') {
     140            if (version === '12.2.13') {
    141141                // Special case if the `version` is the same as the current compiler version.
    142142                // This helps with compliance tests where the version placeholders have not been replaced.
Note: See TracChangeset for help on using the changeset viewer.