Skip to content
Snippets Groups Projects
Commit a1d44f3b authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

feat: update environnement var for register form link.

parent 4e67a353
Branches
Tags
1 merge request!2Dev
......@@ -3,7 +3,9 @@
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false
production: false,
registrationForm: 'https://services.formulaireextranet.grandlyon.com/saisie-fiche-structure',
VERSION: require('../../package.json').version,
};
/*
......
......@@ -3,13 +3,8 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
"types": ["node"]
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.d.ts"
]
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"]
}
......@@ -12,9 +12,6 @@
"importHelpers": true,
"target": "es2015",
"module": "es2020",
"lib": [
"es2018",
"dom"
]
"lib": ["es2018", "dom"]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment