|
1 | 1 | . |
2 | | -├─routes |
3 | | -│ ├─api |
4 | | -│ │ ├─users.js |
5 | | -│ │ ├─index.js |
6 | | -│ ├─authenticationHelpers.js |
7 | | -│ ├─index.js |
8 | | -│ ├─authorize |
9 | | -│ │ ├─index.js |
10 | | -├─e2e |
11 | | -│ ├─app.po.ts |
12 | | -│ ├─typings.d.ts |
13 | | -│ ├─app.po.js |
14 | | -│ ├─app.e2e.ts |
15 | | -│ ├─app.e2e.js.map |
16 | | -│ ├─app.e2e.js |
17 | | -│ ├─tsconfig.json |
18 | | -│ ├─app.po.js.map |
19 | | -├─144.png |
20 | | -├─Procfile |
21 | | -├─app.js |
22 | | -├─views |
23 | | -│ ├─error.ejs |
24 | 2 | ├─login-screenshot.png |
25 | | -├─controllers |
26 | | -│ ├─getAllUsersPublic.js |
27 | | -│ ├─truncateUserObject.js |
28 | | -│ ├─userExists.js |
29 | | -│ ├─registerUser.js |
30 | | -│ ├─index.js |
31 | | -│ ├─getUserPublic.js |
32 | | -├─directoryStructure.txt |
33 | 3 | ├─angular-cli.json |
34 | | -├─tslint.json |
35 | 4 | ├─logo.png |
| 5 | +├─96.png |
| 6 | +├─192.png |
| 7 | +├─Procfile |
| 8 | +├─144.png |
36 | 9 | ├─.editorconfig |
37 | | -├─app-component-tree.png |
38 | | -├─public |
39 | | -├─angular-cli-build.js |
40 | | -├─logo_post_polymer.png |
41 | | -├─models |
42 | | -│ ├─user.js |
43 | | -│ ├─index.js |
44 | | -├─manifest.json |
| 10 | +├─package.json |
| 11 | +├─protractor.conf.js |
| 12 | +├─tslint.json |
| 13 | +├─e2e |
| 14 | +│ ├─app.e2e-spec.ts |
| 15 | +│ ├─e2e |
| 16 | +│ │ ├─app.po.ts |
| 17 | +│ │ ├─tsconfig.json |
| 18 | +│ │ ├─typings.d.ts |
| 19 | +│ │ ├─app.e2e.ts |
| 20 | +│ ├─app.po.ts |
| 21 | +│ ├─tsconfig.json |
| 22 | +├─.gitignore |
| 23 | +├─angular2-login-seed.sql |
| 24 | +├─karma.conf.js |
| 25 | +├─README.ng.md |
45 | 26 | ├─src |
| 27 | +│ ├─favicon.ico |
| 28 | +│ ├─polyfills.ts |
| 29 | +│ ├─styles.css |
46 | 30 | │ ├─app |
47 | | -│ │ ├─angular2-login-seed.component.spec.ts |
48 | | -│ │ ├─login |
49 | | -│ │ │ ├─login.component.css |
50 | | -│ │ │ ├─login.component.js.map |
51 | | -│ │ │ ├─login.component.js |
52 | | -│ │ │ ├─index.ts |
53 | | -│ │ │ ├─login.component.html |
54 | | -│ │ │ ├─login.component.ts |
55 | | -│ │ ├─heroes |
56 | | -│ │ │ ├─heroes.component.js.map |
57 | | -│ │ │ ├─heroes.component.js |
58 | | -│ │ │ ├─heroes.component.ts |
59 | | -│ │ │ ├─heroes.component.css |
60 | | -│ │ │ ├─heroes.component.html |
61 | | -│ │ ├─unauthenticated.guard.ts |
62 | | -│ │ ├─angular2-login-seed.component.css |
| 31 | +│ │ ├─app.component.css |
63 | 32 | │ │ ├─register |
| 33 | +│ │ │ ├─register.component.css |
| 34 | +│ │ │ ├─register.component.ts |
64 | 35 | │ │ │ ├─register.component.js |
65 | | -│ │ │ ├─index.ts |
66 | 36 | │ │ │ ├─register.component.js.map |
67 | | -│ │ │ ├─register.component.ts |
68 | | -│ │ │ ├─register.component.css |
69 | 37 | │ │ │ ├─register.component.html |
| 38 | +│ │ │ ├─index.ts |
| 39 | +│ │ ├─shared |
| 40 | +│ │ │ ├─components |
| 41 | +│ │ │ │ ├─quick-card |
| 42 | +│ │ │ │ │ ├─quick-card.component.css |
| 43 | +│ │ │ │ │ ├─quick-card.component.html |
| 44 | +│ │ │ │ │ ├─quick-card.component.js |
| 45 | +│ │ │ │ │ ├─quick-card.component.js.map |
| 46 | +│ │ │ │ │ ├─quick-card.component.ts |
| 47 | +│ │ │ ├─services |
| 48 | +│ │ │ │ ├─user |
| 49 | +│ │ │ │ │ ├─user.service.js.map |
| 50 | +│ │ │ │ │ ├─user-status-codes.js.map |
| 51 | +│ │ │ │ │ ├─user.service.js |
| 52 | +│ │ │ │ │ ├─username-email-validator.ts |
| 53 | +│ │ │ │ │ ├─user.js.map |
| 54 | +│ │ │ │ │ ├─user.service.ts |
| 55 | +│ │ │ │ │ ├─username-email-validator.js |
| 56 | +│ │ │ │ │ ├─user.ts |
| 57 | +│ │ │ │ │ ├─user-status-codes.ts |
| 58 | +│ │ │ │ │ ├─user-status-codes.js |
| 59 | +│ │ │ │ │ ├─username-email-validator.js.map |
| 60 | +│ │ │ │ │ ├─user.js |
| 61 | +│ │ │ │ ├─hero |
| 62 | +│ │ │ │ │ ├─hero.js.map |
| 63 | +│ │ │ │ │ ├─hero.service.js |
| 64 | +│ │ │ │ │ ├─hero.ts |
| 65 | +│ │ │ │ │ ├─hero.service.js.map |
| 66 | +│ │ │ │ │ ├─hero.service.ts |
| 67 | +│ │ │ │ │ ├─hero.js |
70 | 68 | │ │ ├─home-root |
| 69 | +│ │ │ ├─home-root.component.html |
| 70 | +│ │ │ ├─home-root.component.js |
| 71 | +│ │ │ ├─home-root.routes.ts |
71 | 72 | │ │ │ ├─home-root.guard.ts |
72 | | -│ │ │ ├─home-root.component.css |
73 | 73 | │ │ │ ├─index.ts |
74 | 74 | │ │ │ ├─home-root.component.js.map |
75 | | -│ │ │ ├─home-root.routes.ts |
76 | | -│ │ │ ├─home-root.component.js |
77 | | -│ │ │ ├─home-root.component.html |
78 | 75 | │ │ │ ├─home-root.component.ts |
79 | | -│ │ ├─hero-detail |
80 | | -│ │ │ ├─hero-detail.component.js.map |
81 | | -│ │ │ ├─hero-detail.component.html |
82 | | -│ │ │ ├─hero-detail.component.css |
83 | | -│ │ │ ├─hero-detail.component.js |
84 | | -│ │ │ ├─hero-detail.component.ts |
| 76 | +│ │ │ ├─home-root.component.css |
85 | 77 | │ │ ├─users |
86 | | -│ │ │ ├─user-badge.component.html |
87 | | -│ │ │ ├─users.component.css |
88 | | -│ │ │ ├─users.component.ts |
89 | 78 | │ │ │ ├─user-badge.component.css |
90 | | -│ │ │ ├─index.ts |
91 | | -│ │ │ ├─users.component.js.map |
| 79 | +│ │ │ ├─users.component.ts |
| 80 | +│ │ │ ├─user-badge.component.js.map |
92 | 81 | │ │ │ ├─users.component.js |
93 | | -│ │ │ ├─users.component.html |
94 | 82 | │ │ │ ├─user-badge.component.js |
95 | 83 | │ │ │ ├─user-badge.component.ts |
96 | | -│ │ │ ├─user-badge.component.js.map |
97 | | -│ │ ├─environment.ts |
98 | | -│ │ ├─index.ts |
| 84 | +│ │ │ ├─users.component.css |
| 85 | +│ │ │ ├─users.component.js.map |
| 86 | +│ │ │ ├─user-badge.component.html |
| 87 | +│ │ │ ├─users.component.html |
| 88 | +│ │ │ ├─index.ts |
| 89 | +│ │ ├─app.component.html |
99 | 90 | │ │ ├─dashboard |
100 | | -│ │ │ ├─dashboard.component.html |
101 | 91 | │ │ │ ├─dashboard.component.ts |
102 | 92 | │ │ │ ├─dashboard.component.js.map |
103 | 93 | │ │ │ ├─dashboard.component.js |
104 | | -│ │ ├─shared |
105 | | -│ │ │ ├─services |
106 | | -│ │ │ │ ├─hero |
107 | | -│ │ │ │ │ ├─hero.service.js.map |
108 | | -│ │ │ │ │ ├─hero.service.ts |
109 | | -│ │ │ │ │ ├─hero.service.js |
110 | | -│ │ │ │ │ ├─hero.js.map |
111 | | -│ │ │ │ │ ├─hero.js |
112 | | -│ │ │ │ │ ├─hero.ts |
113 | | -│ │ │ │ ├─user |
114 | | -│ │ │ │ │ ├─user-status-codes.js.map |
115 | | -│ │ │ │ │ ├─user.js |
116 | | -│ │ │ │ │ ├─user-status-codes.ts |
117 | | -│ │ │ │ │ ├─user.service.ts |
118 | | -│ │ │ │ │ ├─user.service.js.map |
119 | | -│ │ │ │ │ ├─user.ts |
120 | | -│ │ │ │ │ ├─user.js.map |
121 | | -│ │ │ │ │ ├─username-email-validator.ts |
122 | | -│ │ │ │ │ ├─username-email-validator.js.map |
123 | | -│ │ │ │ │ ├─user.service.js |
124 | | -│ │ │ │ │ ├─username-email-validator.js |
125 | | -│ │ │ │ │ ├─user-status-codes.js |
126 | | -│ │ │ ├─components |
127 | | -│ │ │ │ ├─quick-card |
128 | | -│ │ │ │ │ ├─quick-card.component.js |
129 | | -│ │ │ │ │ ├─quick-card.component.html |
130 | | -│ │ │ │ │ ├─quick-card.component.ts |
131 | | -│ │ │ │ │ ├─quick-card.component.js.map |
132 | | -│ │ │ │ │ ├─quick-card.component.css |
133 | | -│ │ ├─angular2-login-seed.component.ts |
134 | | -│ │ ├─angular2-login-seed.component.html |
135 | | -│ │ ├─angular2-login-seed.routes.ts |
136 | | -│ ├─typings.d.ts |
137 | | -│ ├─system-config.ts |
138 | | -│ ├─favicon.ico |
139 | | -│ ├─index.html |
| 94 | +│ │ │ ├─dashboard.component.html |
| 95 | +│ │ ├─app.component.ts |
| 96 | +│ │ ├─app-routing.module.ts |
| 97 | +│ │ ├─app.module.ts |
| 98 | +│ │ ├─login |
| 99 | +│ │ │ ├─login.component.css |
| 100 | +│ │ │ ├─login.component.ts |
| 101 | +│ │ │ ├─login.component.html |
| 102 | +│ │ │ ├─login.component.js |
| 103 | +│ │ │ ├─login.component.js.map |
| 104 | +│ │ │ ├─index.ts |
| 105 | +│ │ ├─app.component.spec.ts |
| 106 | +│ │ ├─hero-detail |
| 107 | +│ │ │ ├─hero-detail.component.js |
| 108 | +│ │ │ ├─hero-detail.component.css |
| 109 | +│ │ │ ├─hero-detail.component.html |
| 110 | +│ │ │ ├─hero-detail.component.js.map |
| 111 | +│ │ │ ├─hero-detail.component.ts |
| 112 | +│ │ ├─heroes |
| 113 | +│ │ │ ├─heroes.component.html |
| 114 | +│ │ │ ├─heroes.component.js |
| 115 | +│ │ │ ├─heroes.component.js.map |
| 116 | +│ │ │ ├─heroes.component.css |
| 117 | +│ │ │ ├─heroes.component.ts |
| 118 | +│ │ ├─unauthenticated.guard.ts |
| 119 | +│ │ ├─index.ts |
140 | 120 | │ ├─main.ts |
| 121 | +│ ├─index.html |
141 | 122 | │ ├─tsconfig.json |
| 123 | +│ ├─typings.d.ts |
| 124 | +│ ├─test.ts |
| 125 | +│ ├─environments |
| 126 | +│ │ ├─environment.prod.ts |
| 127 | +│ │ ├─environment.ts |
142 | 128 | │ ├─assets |
143 | 129 | │ │ ├─favicon.ico |
144 | 130 | │ │ ├─img |
145 | 131 | │ │ │ ├─space_bg.jpg |
146 | | -│ │ │ ├─menu_bg.jpg |
| 132 | +│ │ │ ├─background.jpg |
147 | 133 | │ │ │ ├─menu_bg_small.jpg |
148 | 134 | │ │ │ ├─bg.png |
149 | | -│ │ │ ├─background.jpg |
150 | | -├─config |
151 | | -│ ├─default.json |
152 | | -│ ├─production.json |
153 | | -│ ├─karma-test-shim.js |
154 | | -│ ├─environment.js |
155 | | -│ ├─passport.js |
156 | | -│ ├─environment.dev.js |
157 | | -│ ├─environment.prod.js |
158 | | -│ ├─environment.dev.ts |
159 | | -│ ├─environment.dev.js.map |
160 | | -│ ├─environment.prod.ts |
161 | | -│ ├─karma.conf.js |
162 | | -│ ├─protractor.conf.js |
163 | | -│ ├─environment.prod.js.map |
164 | | -├─bin |
165 | | -│ ├─www |
166 | | -├─index.html |
167 | | -├─package.json |
168 | | -├─.gitignore |
169 | | -├─96.png |
170 | | -├─typings.json |
171 | | -├─tsconfig.json |
172 | | -├─sw.js |
173 | | -├─LICENSE |
174 | | -├─192.png |
175 | | -├─.clang-format |
176 | | -├─angular2-login-seed.sql |
| 135 | +│ │ │ ├─menu_bg.jpg |
177 | 136 | ├─README.md |
| 137 | +├─logo_post_polymer.png |
| 138 | +├─manifest.json |
| 139 | +├─users-screenshot.png |
| 140 | +├─directoryStructure.txt |
| 141 | +├─LICENSE |
178 | 142 |
|
179 | | -Dom Farolino |
| 143 | +Dom Farolino |
| 144 | +domfarolino.com |
| 145 | +<domfarolino@gmail.com> |
| 146 | +<cpuxtech@gmail.com> |
0 commit comments