Skip to content

Commit 56204c1

Browse files
committed
my first commit
1 parent 40484b4 commit 56204c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1298
-26
lines changed

Diff for: package-lock.json

+247
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+12
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15+
"@agm/core": "^1.0.0-beta.2",
1516
"@angular/animations": "^4.2.4",
1617
"@angular/common": "^4.2.4",
1718
"@angular/compiler": "^4.2.4",
@@ -21,7 +22,18 @@
2122
"@angular/platform-browser": "^4.2.4",
2223
"@angular/platform-browser-dynamic": "^4.2.4",
2324
"@angular/router": "^4.2.4",
25+
"angular2-fullcalendar": "^1.0.19",
26+
"angular2-google-login": "^1.0.9",
27+
"angular2-google-map": "^0.1.8",
28+
"angular2-resizing-cropping-image": "^1.0.0-final.4",
29+
"angular2-social-login": "^3.1.1",
30+
"ap-angular2-fullcalendar": "^1.3.5",
2431
"core-js": "^2.4.1",
32+
"fullcalendar": "^3.7.0",
33+
"ng-fullcalendar": "^1.1.0",
34+
"ng2-component-spinner": "^0.2.1",
35+
"ng2-img-cropper": "^0.9.0",
36+
"ng2-recaptcha": "^1.7.0",
2537
"rxjs": "^5.4.2",
2638
"zone.js": "^0.8.14"
2739
},

Diff for: src/app/app.component.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
hr{
2+
margin:25px 0;
3+
}

Diff for: src/app/app.component.html

+16-19
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
<!--The content below is only a placeholder and can be replaced.-->
2-
<div style="text-align:center">
3-
<h1>
4-
Welcome to {{title}}!
5-
</h1>
6-
<img width="300" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAgMjUwIj4KICAgIDxwYXRoIGZpbGw9IiNERDAwMzEiIGQ9Ik0xMjUgMzBMMzEuOSA2My4ybDE0LjIgMTIzLjFMMTI1IDIzMGw3OC45LTQzLjcgMTQuMi0xMjMuMXoiIC8+CiAgICA8cGF0aCBmaWxsPSIjQzMwMDJGIiBkPSJNMTI1IDMwdjIyLjItLjFWMjMwbDc4LjktNDMuNyAxNC4yLTEyMy4xTDEyNSAzMHoiIC8+CiAgICA8cGF0aCAgZmlsbD0iI0ZGRkZGRiIgZD0iTTEyNSA1Mi4xTDY2LjggMTgyLjZoMjEuN2wxMS43LTI5LjJoNDkuNGwxMS43IDI5LjJIMTgzTDEyNSA1Mi4xem0xNyA4My4zaC0zNGwxNy00MC45IDE3IDQwLjl6IiAvPgogIDwvc3ZnPg==">
7-
</div>
8-
<h2>Here are some links to help you start: </h2>
9-
<ul>
10-
<li>
11-
<h2><a target="_blank" rel="noopener" href="https://angular.io/tutorial">Tour of Heroes</a></h2>
12-
</li>
13-
<li>
14-
<h2><a target="_blank" rel="noopener" href="https://github.com/angular/angular-cli/wiki">CLI Documentation</a></h2>
15-
</li>
16-
<li>
17-
<h2><a target="_blank" rel="noopener" href="https://blog.angular.io/">Angular blog</a></h2>
18-
</li>
19-
</ul>
1+
<!-- <app-captcha></app-captcha><br><br> -->
2+
<!-- <app-social-login></app-social-login> -->
3+
<!-- <app-map></app-map> -->
4+
<!-- <app-payment-gateway></app-payment-gateway> -->
5+
<!-- <app-map-auto-complete></app-map-auto-complete> -->
6+
<!-- <app-calender></app-calender> -->
7+
<!-- <app-img-crop></app-img-crop> -->
8+
<label>Time Picker</label>
9+
<ngx-time-picker [(selectedTime)]="timeExample"></ngx-time-picker>
2010

11+
12+
<br>
13+
<button (click)="dateExample=null;timeExample=null;dateTimeExample=null;" >Clear All</button>
14+
<button (click)="setToNow()">Set all to now</button>
15+
16+
<br>
17+
{{ timeExample }}

0 commit comments

Comments
 (0)