Skip to content

Commit

Permalink
feat: finish project
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr2003 committed Jun 14, 2023
1 parent 09e7529 commit 98a3f1a
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 25 deletions.
7 changes: 7 additions & 0 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
qr-code-generator/index.html,1686779094020,4918e7457e56e730679f81dc42e1eae87b2db9250ca158bf7334aa2e3d4a79c7
qr-code-generator/3rdpartylicenses.txt,1686779093607,e0548d7b9297e9f1535ca9cd8b277fe819eb724fbaeaa030bf4aa90969a9ae23
qr-code-generator/runtime.f666f2e6baa6febb.js,1686779093606,00529869685f2f9dcc002a3ed29000f74f618813f43982d9b2bec71158d03b0c
qr-code-generator/styles.f9e68f78b300a7b0.css,1686779093606,f4d223f6421f3151a7c2da0abd671908a3466c7cfe545f1bd79e861c6d52c3b4
qr-code-generator/polyfills.2119bddd7913778c.js,1686779093606,552538bf0e4df83ce6f3d12f55cbc2c8be6c9062cc8433a1ac9b91daea5cffb0
qr-code-generator/favicon.ico,1686616113364,2c19690e9587bae12f419b34d2edeecc76808099540a9c9f4ea6194116cfc8f7
qr-code-generator/main.90977120cd9c737b.js,1686779093606,794d41b3721c6e5b69f3e64db0659a000be3282c84b3fdf470a83e07bc84dcab
7 changes: 7 additions & 0 deletions .firebase/hosting.ZGlzdFxxci1jb2RlLWdlbmVyYXRvcg.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
index.html,1686779234322,4918e7457e56e730679f81dc42e1eae87b2db9250ca158bf7334aa2e3d4a79c7
3rdpartylicenses.txt,1686779234080,e0548d7b9297e9f1535ca9cd8b277fe819eb724fbaeaa030bf4aa90969a9ae23
runtime.f666f2e6baa6febb.js,1686779234081,00529869685f2f9dcc002a3ed29000f74f618813f43982d9b2bec71158d03b0c
styles.f9e68f78b300a7b0.css,1686779234080,f4d223f6421f3151a7c2da0abd671908a3466c7cfe545f1bd79e861c6d52c3b4
favicon.ico,1686616113364,2c19690e9587bae12f419b34d2edeecc76808099540a9c9f4ea6194116cfc8f7
polyfills.2119bddd7913778c.js,1686779234080,552538bf0e4df83ce6f3d12f55cbc2c8be6c9062cc8433a1ac9b91daea5cffb0
main.90977120cd9c737b.js,1686779234080,794d41b3721c6e5b69f3e64db0659a000be3282c84b3fdf470a83e07bc84dcab
2 changes: 2 additions & 0 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
404.html,1686778883959,daa499dd96d8229e73235345702ba32f0793f0c8e5c0d30e40e37a5872be57aa
index.html,1686778884055,80651480aedf4c790a9b6c88ab0158d5c62633b16d288ec4b0d0c7d75e3bb8db
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "qr-code-generator-b0328"
}
}
23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,8 @@
# QrCodeGenerator

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.3.
Angular version 14.1.3.
link website: `https://qr-code-generator-b0328.web.app`

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
6 changes: 6 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"hosting": {
"public": "dist/qr-code-generator",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
"importHelpers": true,
"target": "es2020",
"module": "es2020",
"lib": [
"es2020",
"dom"
]
"lib": ["es2020", "dom"]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
Expand Down

0 comments on commit 98a3f1a

Please sign in to comment.