User talk:Shahed: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(Created page with "Category:Angular == ng4 with mvn integration == <pre> /dev/jee/cko_workspaces/ecma_workspace/chorke-ecma-ng.log ├─ .git/ ├─ src/ │ ├─ main/...")
 
No edit summary
Line 1: Line 1:
[[:Category:Angular]]
'''Md Shahed Hossain'''
Software Engineer
'''Rufaida Medical System'''
'''m|''' +60-1117606778
'''p|''' +60-340313120
'''w|''' medisys.com.sa


== ng4 with mvn integration ==
==References==
<pre>
* [https://www.mediawiki.org/wiki/Manual:Resetting_passwords Resetting passwords]
/dev/jee/cko_workspaces/ecma_workspace/chorke-ecma-ng.log
* [https://gist.github.com/shahedhossain Gist.GitHub]
    ├─ .git/
    ├─ src/
    │  ├─ main/
    │  │  ├─ ant/
    │  │  ├─ app/
    │  │  ├─ ng4/
    │  │  │  ├─ src
    │  │  │  │  ├─ app/
    │  │  │  │  ├─ assets/
    │  │  │  │  ├─ main.ts
    │  │  │  │  ├─ test.ts
    │  │  │  │  ├─ index.html
    │  │  │  │  ├─ styles.css
    │  │  │  │  ├─ favicon.ico
    │  │  │  │  ├─ polyfills.ts
    │  │  │  │  ├─ typings.d.ts
    │  │  │  │  ├─ environments/
    │  │  │  │  ├─ tsconfig.app.json
    │  │  │  │  └─ tsconfig.spec.json
    │  │  │  │ 
    │  │  │  ├─ e2e/
    │  │  │  ├─ dist/ [ng build --prod --aot --no-sourcemap]
    │  │  │  │  ├─ index.html
    │  │  │  │  ├─ inline.*.bundle.js
    │  │  │  │  ├─ main.*.bundle.js
    │  │  │  │  ├─ polyfills.*.bundle.js
    │  │  │  │  ├─ styles.*.bundle.css
    │  │  │  │  └─ vendor.*.bundle.js
    │  │  │  │
    │  │  │  ├─ tslint.json
    │  │  │  ├─ package.json
    │  │  │  ├─ karma.conf.js
    │  │  │  ├─ tsconfig.json
    │  │  │  ├─ node_modules/
    │  │  │  ├─ .angular-cli.json
    │  │  │  ├─ package-lock.json
    │  │  │  ├─ protractor.conf.js
    │  │  │  └─ README.md
    │  │  │
    │  │  └─ resources/
    │  │ 
    │  └─ test/
    │      └─ resources/
    │
    ├─ target/
    │  ├─ antrun/
    │  ├─ classes/META-INF/resources/static/
    │  │  ├─ Log-ng4.css
    │  │  ├─ Log-ng4-main.js
    │  │  ├─ Log-ng4-inline.js
    │  │  ├─ Log-ng4-vendor.js
    │  │  └─ Log-ng4-polyfills.js
    │  │
    │  ├─ test-classes/
    │  ├─ maven-archiver/
    │  ├─ chorke-ecma-ng.log.css
    │  ├─ chorke-ecma-ng.log.jar
    │  ├─ chorke-ecma-ng.log.js
    │  └─ chorke-ecma-ng.log.zip
    │ 
    ├─ .gitignore
    ├─ README.md
    ├─ LICENSE
    └─ pom.xml
</pre>

Revision as of 07:11, 28 November 2020

Md Shahed Hossain
Software Engineer

Rufaida Medical System
m| +60-1117606778
p| +60-340313120
w| medisys.com.sa

References