From 562d3dd570c5e2511f8b7c9348ddb2e10b091907 Mon Sep 17 00:00:00 2001 From: Christian C <81857739+cibucristi@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:04:56 +0200 Subject: [PATCH] Create altv-angular.json (#169) --- resources/cibucristi/altv-angular.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resources/cibucristi/altv-angular.json diff --git a/resources/cibucristi/altv-angular.json b/resources/cibucristi/altv-angular.json new file mode 100644 index 0000000..8244be6 --- /dev/null +++ b/resources/cibucristi/altv-angular.json @@ -0,0 +1,8 @@ +{ + "title": "alt:V Angular", + "url": "https://github.com/cibucristi/altv-angular", + "description": "A basic boilerplate for getting started with Angular in alt:V. It contains several helpful features and was generated with the Angular CLI. The project was setup using SCSS as stylesheet format, it is for both browser and in-game based development workflow.", + "tags": ["javascript", "typescript", "boilerplate"], + "cover": "https://i.imgur.com/wB1ha8I.png", + "cli": false +}