Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit f178e5d

Browse files
committed
Seems working
1 parent 76f8de7 commit f178e5d

23 files changed

+2507
-46
lines changed

.gitignore

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ npm-debug.log
44

55
# TypeScript
66
# *.js
7-
*.map
8-
*.d.ts
7+
#*.map
8+
#*.d.ts
99

1010
# JetBrains
1111
.idea
@@ -26,11 +26,8 @@ Desktop.ini
2626
**/.DS_Store
2727

2828
# Ngc generated files
29-
**/*.ngfactory.ts
30-
*.metadata.json
31-
*.ngsummary.json
29+
#**/*.ngfactory.ts
30+
#*.metadata.json
31+
#*.ngsummary.json
3232

3333
# bin/npm-publish
34-
35-
# Ignore Dist
36-
dist/

dist/@stomp/ng2-stompjs.es5.js

Lines changed: 339 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@stomp/ng2-stompjs.es5.js.map

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)