[00:02:09] <tragicwhale> is BlinkyBill in the house, got a question for you if you'd be so kind, but actually, anyone who can answer this would be great
[00:02:32] <BlinkyBill> go for it tragicwhale :)
[00:02:45] <tragicwhale> with is the preferred way to create a property, I saw two different styles
[00:02:57] <tragicwhale> these two:
[00:03:11] <tragicwhale> pageTitle: string = "title"
[00:03:12] <tragicwhale> or
[00:03:21] <tragicwhale> pageTitle= "title"
[00:04:10] <tragicwhale> doing a pluralsight video and saw the first style but on the angular docs it shows the second style
[00:04:29] <BlinkyBill> They both work. when defining a variable, I always define the type. Makes no difference now, but down the track it's easier to read what was going on.
[00:04:55] <tragicwhale> oh so you use the first style to know the type
[00:05:01] <BlinkyBill> It will imply type string from the fact that you're creating it with a string. I just like being explicit, for my own code readability.
[00:05:53] <tragicwhale> ah okay, once again, thanks for the awesome help, I'll keep in mind both exist
[00:07:13] <BlinkyBill> It's a preference thing. If I look at code, and see it created as a string, I and the transpiler know it's a string. The danger from my perspective of not defining a type, is if you or someone else comes along in the future, and changes that var type without considering the implications (It shouldn't happen, but it does). At least with an explicitly defined type, a conscious decision is being made to change it
[00:07:49] <BlinkyBill> I find it more of an issue in the JS world, as people are so used to dynamiclly typed vars, they don't think what they're doing.
[00:07:58] *** fairuz <fairuz!~textual@unaffiliated/fairuz> has joined #angularjs
[00:08:00] <tragicwhale> oh man, that is actually a really good argument to use a defined type, consider me converted
[00:08:17] <tragicwhale> how long you been using Angular Bill
[00:09:23] <BlinkyBill> Angular... for about three years. Angular 2+, three months (a bit late to this party)
[00:10:11] <tragicwhale> well considering I've been using it for about 2 days, consider me extremely late, how long did it take for you to feel comfortable enough to call yourself an Angular developer
[00:11:26] *** micabot <micabot!~mica@unaffiliated/mica> has quit IRC (Quit: Leaving)
[00:11:31] <BlinkyBill> Hahaha. After a couple of weeks of solid coding it all fell in to place. I certainly wouldn't call myself advanced in Angular.
[00:12:05] *** Maxel <Maxel!~Maxel@206-55-178-125.fttp.usinternet.com> has joined #angularjs
[00:12:08] <BlinkyBill> I've been doing software dev since '96, so another day, another framework really. ;)
[00:12:14] <tragicwhale> that is just the imposter syndrome talking I'm sure, either way, thanks again for the help
[00:12:42] <tragicwhale> wow, nice, I've only been working in development for about 3 years but this is my first framework SPA
[00:12:47] <BlinkyBill> No problem. I only need to know more than the chap with two day's experience to be able to help :D
[00:13:03] <tragicwhale> hahahaha, touche
[00:13:42] * BlinkyBill goes back to debuggin a cordova plugin that's JUST NOT WORKING!
[00:22:47] *** matchaw <matchaw!~matchaw@186-90-62-162.genericrev.cantv.net> has quit IRC (Remote host closed the connection)
[00:27:36] *** matchaw <matchaw!~matchaw@186-90-62-162.genericrev.cantv.net> has joined #angularjs
[00:28:16] *** Aztec03 <Aztec03!~SmokinGru@162-226-245-243.lightspeed.cicril.sbcglobal.net> has joined #angularjs
[00:30:10] *** Aztec03 <Aztec03!~SmokinGru@162-226-245-243.lightspeed.cicril.sbcglobal.net> has quit IRC (Remote host closed the connection)
[00:30:48] *** jp <jp!ayy@youlosethega.me> has quit IRC (Read error: Connection reset by peer)
[00:31:17] *** jp <jp!ayy@youlosethega.me> has joined #angularjs
[00:32:27] *** jp <jp!ayy@youlosethega.me> has quit IRC (Remote host closed the connection)
[00:32:43] *** jp <jp!ayy@youlosethega.me> has joined #angularjs
[00:34:46] *** jlebrech <jlebrech!~jlebrech@89.165.136.2> has joined #angularjs
[00:35:53] *** jp <jp!ayy@youlosethega.me> has quit IRC (Client Quit)
[00:35:59] *** Aztec03 <Aztec03!~SmokinGru@162-226-245-243.lightspeed.cicril.sbcglobal.net> has joined #angularjs
[00:36:35] *** jp <jp!ayy@youlosethega.me> has joined #angularjs
[00:39:21] *** jlebrech <jlebrech!~jlebrech@89.165.136.2> has quit IRC (Ping timeout: 264 seconds)
[00:40:01] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 248 seconds)
[00:41:04] <BlinkyBill> Augh, you know you're spending too much time coding when you finish sentences in reports and emails with ; instead of .
[00:46:57] *** jhadvig <jhadvig!~jhadvig@78-141-120-86.dynamic.orange.sk> has quit IRC (Ping timeout: 240 seconds)
[00:55:21] *** John_Ivan <John_Ivan!~John_Ivan@unaffiliated/john-ivan/x-3287162> has quit IRC (Read error: Connection reset by peer)
[00:58:44] *** alxy <alxy!uid115853@gateway/web/irccloud.com/x-gjmpvrwrwdjtuvep> has quit IRC (Quit: Connection closed for inactivity)
[01:03:11] *** Maxel_ <Maxel_!~Maxel@206-55-178-125.fttp.usinternet.com> has joined #angularjs
[01:06:11] *** Zeioth <Zeioth!~Zeioth@197.red-88-18-199.staticip.rima-tde.net> has quit IRC (Ping timeout: 256 seconds)
[01:06:33] *** Zeioth <Zeioth!~Zeioth@197.red-88-18-199.staticip.rima-tde.net> has joined #angularjs
[01:09:29] *** shinnya <shinnya!~shinnya@235.232.128.101.dy.bbexcite.jp> has joined #angularjs
[01:11:27] *** eago <eago!~eago@212.15.176.101> has quit IRC (Remote host closed the connection)
[01:18:17] *** pLaTo0n <pLaTo0n!~pLaTo0n@unaffiliated/platoon> has joined #angularjs
[01:19:49] *** pLaToOn <pLaToOn!~pLaTo0n@unaffiliated/platoon> has quit IRC (Ping timeout: 252 seconds)
[01:21:57] *** KermitoniT <KermitoniT!~Kermitoni@pa49-199-180-123.pa.vic.optusnet.com.au> has joined #angularjs
[01:22:24] *** Maxels <Maxels!~Maxel@206-55-178-125.fttp.usinternet.com> has joined #angularjs
[01:25:45] *** shpoont <shpoont!~shpoont@bzq-84-108-23-10.cablep.bezeqint.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[01:26:13] *** fairuz <fairuz!~textual@unaffiliated/fairuz> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[01:30:27] *** matchaw <matchaw!~matchaw@186-90-62-162.genericrev.cantv.net> has quit IRC (Read error: Connection reset by peer)
[01:30:29] *** matchaw_ <matchaw_!~matchaw@186-90-62-162.genericrev.cantv.net> has joined #angularjs
[01:35:53] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[01:40:21] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 240 seconds)
[01:44:32] *** Maxels <Maxels!~Maxel@206-55-178-125.fttp.usinternet.com> has quit IRC (Quit: Leaving)
[01:44:34] *** Maxel_ <Maxel_!~Maxel@206-55-178-125.fttp.usinternet.com> has quit IRC (Quit: Leaving)
[01:45:20] *** Zames <Zames!~Mutter@112.198.73.15> has joined #angularjs
[01:48:07] *** Zames <Zames!~Mutter@112.198.73.15> has quit IRC (Client Quit)
[01:49:14] <tragicwhale> haha, that is great Bill
[01:55:21] *** niyer <niyer!niyer@nat/redhat/x-ihyjqselgaasgczj> has quit IRC (Ping timeout: 240 seconds)
[02:03:38] *** LennardW <LennardW!~LennardW@ip503cfcfb.speed.planet.nl> has quit IRC (Ping timeout: 260 seconds)
[02:04:21] *** LennardW|afk <LennardW|afk!~LennardW@ip503cfcfb.speed.planet.nl> has joined #angularjs
[02:04:34] *** LennardW|afk is now known as LennardW
[02:15:54] *** KermitoniT <KermitoniT!~Kermitoni@pa49-199-180-123.pa.vic.optusnet.com.au> has quit IRC (Quit: This computer has gone to sleep)
[02:16:27] *** matchaw_ <matchaw_!~matchaw@186-90-62-162.genericrev.cantv.net> has quit IRC (Ping timeout: 240 seconds)
[02:18:20] *** Maxel <Maxel!~Maxel@206-55-178-125.fttp.usinternet.com> has quit IRC (Read error: Connection reset by peer)
[02:18:58] *** marr <marr!~ccc@77-253-112-252.adsl.inetia.pl> has quit IRC (Ping timeout: 264 seconds)
[02:19:02] *** KermitoniT <KermitoniT!~Kermitoni@49.199.180.123> has joined #angularjs
[02:22:41] *** shinnya <shinnya!~shinnya@235.232.128.101.dy.bbexcite.jp> has quit IRC (Ping timeout: 256 seconds)
[02:27:59] *** ecuanaso <ecuanaso!~textual@ool-4a59bce1.dyn.optonline.net> has joined #angularjs
[02:30:25] *** Maxel <Maxel!~Maxel@206-55-178-125.fttp.usinternet.com> has joined #angularjs
[02:31:01] *** ecuanaso <ecuanaso!~textual@ool-4a59bce1.dyn.optonline.net> has quit IRC (Client Quit)
[02:35:55] *** upinspace <upinspace!~upinspace@2600:380:7578:cd35:b1ab:214f:df40:49ea> has joined #angularjs
[02:36:44] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[02:37:59] *** tragicwhale <tragicwhale!~tragicwha@12.26.107.5> has quit IRC (Ping timeout: 256 seconds)
[02:40:59] *** ceterizine <ceterizine!~ceterizin@evergage03.e.subnet.rcn.com> has joined #angularjs
[02:41:23] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 256 seconds)
[02:47:25] <BlinkyBill> btw, my name's Lance. BlinkyBill is an Australian coala-bear cartoon character ;)
[02:47:43] *** upinspace <upinspace!~upinspace@2600:380:7578:cd35:b1ab:214f:df40:49ea> has quit IRC (Quit: I’m out)
[02:48:43] *** Zames <Zames!~Mutter@112.198.73.15> has joined #angularjs
[02:51:05] *** Zames <Zames!~Mutter@112.198.73.15> has quit IRC (Client Quit)
[02:55:56] *** atula <atula!~neobreed@209.6.221.20> has joined #angularjs
[02:58:28] *** upinspace <upinspace!~upinspace@2600:380:7578:cd35:b1ab:214f:df40:49ea> has joined #angularjs
[03:04:23] *** PeDr0_HuG0 <PeDr0_HuG0!~kvirc@201.150.52.127> has joined #angularjs
[03:06:21] *** AtumT_ <AtumT_!~IRC@177.133.31.142.dynamic.adsl.gvt.net.br> has joined #angularjs
[03:06:33] *** upinspace <upinspace!~upinspace@2600:380:7578:cd35:b1ab:214f:df40:49ea> has quit IRC (Quit: I’m out)
[03:09:09] *** atula <atula!~neobreed@209.6.221.20> has quit IRC (Quit: This computer has gone to sleep)
[03:09:09] *** AtumT <AtumT!~IRC@191.33.156.89> has quit IRC (Ping timeout: 256 seconds)
[03:09:26] *** atula <atula!~neobreed@209.6.221.20> has joined #angularjs
[03:09:56] *** atula <atula!~neobreed@209.6.221.20> has quit IRC (Client Quit)
[03:10:12] *** atula <atula!~neobreed@209.6.221.20> has joined #angularjs
[03:10:34] *** AtumT_ <AtumT_!~IRC@177.133.31.142.dynamic.adsl.gvt.net.br> has quit IRC (Remote host closed the connection)
[03:10:44] *** atula <atula!~neobreed@209.6.221.20> has quit IRC (Client Quit)
[03:11:00] *** atula <atula!~neobreed@209.6.221.20> has joined #angularjs
[03:11:28] *** dopesong_ <dopesong_!~dopesong@229.24.38.86.mobile.mezon.lt> has quit IRC (Remote host closed the connection)
[03:11:31] *** atula <atula!~neobreed@209.6.221.20> has quit IRC (Client Quit)
[03:12:08] *** dopesong <dopesong!~dopesong@229.24.38.86.mobile.mezon.lt> has joined #angularjs
[03:16:21] *** dopesong <dopesong!~dopesong@229.24.38.86.mobile.mezon.lt> has quit IRC (Ping timeout: 240 seconds)
[03:18:34] *** vitaly_ <vitaly_!~vitaly@ip-58-28-215-134.wxnz.net> has joined #angularjs
[03:25:38] *** upinspace <upinspace!~upinspace@2600:380:7578:cd35:b1ab:214f:df40:49ea> has joined #angularjs
[03:28:00] *** matchaw_ <matchaw_!~matchaw@186-90-62-162.genericrev.cantv.net> has joined #angularjs
[03:28:17] *** upinspace <upinspace!~upinspace@2600:380:7578:cd35:b1ab:214f:df40:49ea> has quit IRC (Client Quit)
[03:30:45] *** replay <replay!~replay@pdpc/supporter/student/replay> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[03:36:10] *** matchaw_ is now known as matchaw
[03:37:24] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[03:38:30] *** KermitoniT <KermitoniT!~Kermitoni@49.199.180.123> has quit IRC (Quit: This computer has gone to sleep)
[03:41:39] *** KermitoniT <KermitoniT!~Kermitoni@pa49-199-180-123.pa.vic.optusnet.com.au> has joined #angularjs
[03:42:22] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 268 seconds)
[03:52:58] *** pLaTo0n <pLaTo0n!~pLaTo0n@unaffiliated/platoon> has quit IRC (Remote host closed the connection)
[03:53:17] *** pLaTo0n <pLaTo0n!~pLaTo0n@unaffiliated/platoon> has joined #angularjs
[04:12:08] *** Joufflu <Joufflu!~Joufflu@2600:1700:5ab0:f000:e9ee:ffce:8598:c51b> has joined #angularjs
[04:12:44] *** {DV8} <{DV8}!~Deviate@135.23.72.68> has joined #angularjs
[04:18:10] *** dopesong <dopesong!~dopesong@229.24.38.86.mobile.mezon.lt> has joined #angularjs
[04:18:53] *** amcorrei1 <amcorrei1!~amcorreia@186.213.164.181> has quit IRC (Ping timeout: 276 seconds)
[04:24:11] *** matchaw <matchaw!~matchaw@186-90-62-162.genericrev.cantv.net> has quit IRC (Remote host closed the connection)
[04:24:44] *** matchaw <matchaw!~matchaw@186-90-62-162.genericrev.cantv.net> has joined #angularjs
[04:30:39] *** ecuanaso <ecuanaso!~textual@ool-4a59bce1.dyn.optonline.net> has joined #angularjs
[04:34:21] *** dopesong <dopesong!~dopesong@229.24.38.86.mobile.mezon.lt> has quit IRC (Ping timeout: 240 seconds)
[04:34:53] *** ecuanaso <ecuanaso!~textual@ool-4a59bce1.dyn.optonline.net> has quit IRC (Client Quit)
[04:35:37] *** jlebrech <jlebrech!~jlebrech@89.165.136.2> has joined #angularjs
[04:38:29] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[04:40:59] *** jlebrech <jlebrech!~jlebrech@89.165.136.2> has quit IRC (Ping timeout: 276 seconds)
[04:43:06] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 256 seconds)
[04:49:53] *** MattWelch <MattWelch!~MattWelch@174.99.41.176> has quit IRC (Read error: Connection reset by peer)
[04:50:52] *** MattWelch <MattWelch!~MattWelch@174.99.41.176> has joined #angularjs
[05:01:51] *** matchaw <matchaw!~matchaw@186-90-62-162.genericrev.cantv.net> has quit IRC (Ping timeout: 240 seconds)
[05:21:58] *** zivester <zivester!~zivester@pool-71-127-221-21.nwrknj.fios.verizon.net> has quit IRC (Ping timeout: 264 seconds)
[05:25:49] *** pLaToOn <pLaToOn!~pLaTo0n@unaffiliated/platoon> has joined #angularjs
[05:27:18] *** pLaTo0n <pLaTo0n!~pLaTo0n@unaffiliated/platoon> has quit IRC (Ping timeout: 256 seconds)
[05:30:02] *** MACscr <MACscr!~MACscr@c-73-9-230-5.hsd1.il.comcast.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[05:32:51] *** dopesong <dopesong!~dopesong@229.24.38.86.mobile.mezon.lt> has joined #angularjs
[05:39:19] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[05:42:24] *** pLaToOn <pLaToOn!~pLaTo0n@unaffiliated/platoon> has quit IRC (Read error: Connection reset by peer)
[05:43:46] *** KermitoniT <KermitoniT!~Kermitoni@pa49-199-180-123.pa.vic.optusnet.com.au> has quit IRC (Quit: This computer has gone to sleep)
[05:44:35] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 276 seconds)
[05:47:40] *** ggg <ggg!~AdamPC@cpc139184-sprt3-2-0-cust175.17-2.cable.virginm.net> has joined #angularjs
[05:48:21] *** platonic_ <platonic_!~platonic@163.51-175-98.customer.lyse.net> has joined #angularjs
[05:48:56] *** led_ir23 <led_ir23!~Thunderbi@hotspot10.rywasoft.net> has joined #angularjs
[05:49:15] *** one_zeroo <one_zeroo!~one_zero@ip68-96-100-24.lv.lv.cox.net> has joined #angularjs
[05:49:35] *** MerlinDMC <MerlinDMC!~merlin@irc.l0cal.net> has quit IRC (Ping timeout: 248 seconds)
[05:49:35] *** boonkerz_ <boonkerz_!~Thomas@static.130.78.9.5.clients.your-server.de> has quit IRC (Ping timeout: 248 seconds)
[05:49:35] *** platonic <platonic!~platonic@163.51-175-98.customer.lyse.net> has quit IRC (Read error: Connection reset by peer)
[05:49:35] *** led_ir22 <led_ir22!~Thunderbi@hotspot10.rywasoft.net> has quit IRC (Ping timeout: 248 seconds)
[05:49:35] *** spont4e <spont4e!~spont4e@home.spont4e.com> has quit IRC (Ping timeout: 248 seconds)
[05:49:35] *** mariusz <mariusz!~mariusz@54.ip-51-255-39.eu> has quit IRC (Ping timeout: 248 seconds)
[05:49:36] *** led_ir23 is now known as led_ir22
[05:49:53] *** one_zero <one_zero!~one_zero@ip68-96-100-24.lv.lv.cox.net> has quit IRC (Ping timeout: 248 seconds)
[05:49:53] *** Daerist <Daerist!~Daerist@32.80.10.109.rev.sfr.net> has quit IRC (Ping timeout: 248 seconds)
[05:50:08] *** boonkerz <boonkerz!~Thomas@static.130.78.9.5.clients.your-server.de> has joined #angularjs
[05:50:57] *** donguston <donguston!~AdamPC@cpc139184-sprt3-2-0-cust175.17-2.cable.virginm.net> has quit IRC (Ping timeout: 248 seconds)
[05:51:13] *** MerlinDMC <MerlinDMC!~merlin@irc.l0cal.net> has joined #angularjs
[05:51:40] *** spont4e <spont4e!~spont4e@home.spont4e.com> has joined #angularjs
[05:51:46] *** mariusz <mariusz!~mariusz@54.ip-51-255-39.eu> has joined #angularjs
[05:51:48] *** Daerist <Daerist!~Daerist@32.80.10.109.rev.sfr.net> has joined #angularjs
[05:52:51] *** dopesong <dopesong!~dopesong@229.24.38.86.mobile.mezon.lt> has quit IRC (Ping timeout: 240 seconds)
[05:52:57] *** hirish <hirish!~hirish@hirish.cloudns.org> has quit IRC (Ping timeout: 240 seconds)
[05:53:56] *** KermitoniT <KermitoniT!~Kermitoni@pa49-199-180-123.pa.vic.optusnet.com.au> has joined #angularjs
[05:55:06] *** hirish <hirish!~hirish@hirish.cloudns.org> has joined #angularjs
[06:02:57] *** jlebrech <jlebrech!~jlebrech@89.165.136.2> has joined #angularjs
[06:08:48] *** kneeki <kneeki!~kneeki@c-76-28-253-109.hsd1.wa.comcast.net> has quit IRC (Ping timeout: 246 seconds)
[06:20:39] *** eremitah_ <eremitah_!~int@unaffiliated/eremitah> has joined #angularjs
[06:24:27] *** eremitah <eremitah!~int@unaffiliated/eremitah> has quit IRC (Ping timeout: 240 seconds)
[06:24:28] *** eremitah_ is now known as eremitah
[06:24:34] *** KermitoniT <KermitoniT!~Kermitoni@pa49-199-180-123.pa.vic.optusnet.com.au> has quit IRC (Quit: This computer has gone to sleep)
[06:30:34] *** KermitoniT <KermitoniT!~Kermitoni@pa49-199-180-123.pa.vic.optusnet.com.au> has joined #angularjs
[06:40:02] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[06:43:55] *** Maxel <Maxel!~Maxel@206-55-178-125.fttp.usinternet.com> has quit IRC (Ping timeout: 256 seconds)
[06:44:27] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 240 seconds)
[07:01:50] *** Joufflu <Joufflu!~Joufflu@2600:1700:5ab0:f000:e9ee:ffce:8598:c51b> has quit IRC (Read error: Connection reset by peer)
[07:26:17] *** KermitoniT <KermitoniT!~Kermitoni@pa49-199-180-123.pa.vic.optusnet.com.au> has quit IRC (Quit: This computer has gone to sleep)
[07:30:25] *** dopesong <dopesong!~dopesong@229.24.38.86.mobile.mezon.lt> has joined #angularjs
[07:33:04] *** led_ir22 <led_ir22!~Thunderbi@hotspot10.rywasoft.net> has quit IRC (Quit: led_ir22)
[07:35:05] *** jtimon <jtimon!~quassel@142.29.134.37.dynamic.jazztel.es> has quit IRC (Ping timeout: 240 seconds)
[07:35:05] *** dopesong <dopesong!~dopesong@229.24.38.86.mobile.mezon.lt> has quit IRC (Ping timeout: 276 seconds)
[07:35:35] *** ceterizine <ceterizine!~ceterizin@evergage03.e.subnet.rcn.com> has quit IRC (Remote host closed the connection)
[07:37:15] *** led_ir22 <led_ir22!~Thunderbi@hotspot10.rywasoft.net> has joined #angularjs
[07:38:09] *** redmer <redmer!~mr@host-89-229-242-10.dynamic.mm.pl> has quit IRC (Ping timeout: 264 seconds)
[07:40:33] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[07:45:05] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 248 seconds)
[07:47:46] *** KermitoniT <KermitoniT!~Kermitoni@pa49-199-180-123.pa.vic.optusnet.com.au> has joined #angularjs
[07:48:50] *** upinspace <upinspace!~upinspace@174-081-018-235.dhcp.chtrptr.net> has joined #angularjs
[07:52:28] *** soee <soee!~soee@aaua34.neoplus.adsl.tpnet.pl> has joined #angularjs
[07:53:00] *** upinspace <upinspace!~upinspace@174-081-018-235.dhcp.chtrptr.net> has quit IRC (Client Quit)
[07:54:55] *** upinspace <upinspace!~upinspace@174-081-018-235.dhcp.chtrptr.net> has joined #angularjs
[07:55:10] *** upinspace <upinspace!~upinspace@174-081-018-235.dhcp.chtrptr.net> has quit IRC (Client Quit)
[08:00:03] *** soee <soee!~soee@aaua34.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 260 seconds)
[08:00:08] *** soee_ <soee_!~soee@user-94-254-239-69.play-internet.pl> has joined #angularjs
[08:03:44] *** mosulica <mosulica!~textual@82.208.160.88> has joined #angularjs
[08:05:54] *** punknroll <punknroll!~Thunderbi@p83-219-165-60.snwdip.snw.at> has joined #angularjs
[08:06:57] *** PeDr0_HuG0 <PeDr0_HuG0!~kvirc@201.150.52.127> has quit IRC (Ping timeout: 264 seconds)
[08:07:08] *** soee_ <soee_!~soee@user-94-254-239-69.play-internet.pl> has quit IRC (Remote host closed the connection)
[08:07:46] *** soee <soee!~soee@aaua34.neoplus.adsl.tpnet.pl> has joined #angularjs
[08:10:53] *** plutoniix <plutoniix!~q@175.176.222.7> has joined #angularjs
[08:13:09] *** soee_ <soee_!~soee@user-94-254-239-69.play-internet.pl> has joined #angularjs
[08:14:05] *** soee <soee!~soee@aaua34.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 276 seconds)
[08:19:03] *** MACscr <MACscr!~MACscr@c-73-9-230-5.hsd1.il.comcast.net> has joined #angularjs
[08:25:02] *** Garfield-fr <Garfield-fr!~Garfield-@unaffiliated/garfield-fr> has joined #angularjs
[08:28:49] *** webguynow <webguynow!~webguynow@c-73-209-102-90.hsd1.il.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[08:28:57] *** MACscr_ <MACscr_!~MACscr@c-73-9-230-5.hsd1.il.comcast.net> has joined #angularjs
[08:29:04] *** webguynow <webguynow!~webguynow@c-73-209-102-90.hsd1.il.comcast.net> has joined #angularjs
[08:30:21] *** MACscr <MACscr!~MACscr@c-73-9-230-5.hsd1.il.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[08:31:25] *** tkore\w <tkore\w!~tkore@bzq-82-80-147-51.red.bezeqint.net> has joined #angularjs
[08:31:25] *** tkore\w <tkore\w!~tkore@bzq-82-80-147-51.red.bezeqint.net> has quit IRC (Changing host)
[08:31:25] *** tkore\w <tkore\w!~tkore@unaffiliated/ardethian> has joined #angularjs
[08:31:27] *** tkore\w <tkore\w!~tkore@unaffiliated/ardethian> has quit IRC (Max SendQ exceeded)
[08:31:54] *** tkore\w <tkore\w!~tkore@unaffiliated/ardethian> has joined #angularjs
[08:32:15] *** tkore\w <tkore\w!~tkore@unaffiliated/ardethian> has quit IRC (Client Quit)
[08:32:34] *** tkore\w <tkore\w!~tkore@unaffiliated/ardethian> has joined #angularjs
[08:38:12] *** KermitoniT <KermitoniT!~Kermitoni@pa49-199-180-123.pa.vic.optusnet.com.au> has quit IRC (Quit: This computer has gone to sleep)
[08:41:20] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[08:44:14] *** KermitoniT <KermitoniT!~Kermitoni@pa49-199-180-123.pa.vic.optusnet.com.au> has joined #angularjs
[08:46:23] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 268 seconds)
[08:49:39] *** redmer <redmer!~mr@178-36-221-33.adsl.inetia.pl> has joined #angularjs
[08:52:15] *** redmer_ <redmer_!~mr@178-36-221-33.adsl.inetia.pl> has joined #angularjs
[08:53:01] *** Phaneron <Phaneron!~Phaneron@185.201.200.67> has joined #angularjs
[08:53:02] *** PhaneroN7 <PhaneroN7!~Phaneron@185.201.200.67> has joined #angularjs
[08:55:16] *** Phaneron <Phaneron!~Phaneron@185.201.200.67> has quit IRC (Client Quit)
[08:56:15] *** redmer <redmer!~mr@178-36-221-33.adsl.inetia.pl> has quit IRC (Ping timeout: 268 seconds)
[08:58:07] *** {DV8} <{DV8}!~Deviate@135.23.72.68> has quit IRC (Quit: Leaving)
[09:01:48] *** PhaneroN7 <PhaneroN7!~Phaneron@185.201.200.67> has quit IRC (Ping timeout: 268 seconds)
[09:01:55] *** jtimon <jtimon!~quassel@142.29.134.37.dynamic.jazztel.es> has joined #angularjs
[09:02:52] *** Pyrrhus666 <Pyrrhus666!~Pyrrhus66@157.97.112.115> has joined #angularjs
[09:02:58] *** KermitoniT <KermitoniT!~Kermitoni@pa49-199-180-123.pa.vic.optusnet.com.au> has quit IRC (Quit: This computer has gone to sleep)
[09:09:58] *** tarnus <tarnus!~tarnus@2602:306:bcff:2b00:bd08:f8e:562e:182b> has quit IRC (Remote host closed the connection)
[09:10:30] *** Pyrrhus6661 <Pyrrhus6661!~Pyrrhus66@157.97.112.115> has joined #angularjs
[09:13:18] *** Booster2ooo <Booster2ooo!~booooooo@3.9-65-87.adsl-dyn.isp.belgacom.be> has joined #angularjs
[09:13:27] *** ptx0 <ptx0!~cheesus_c@unaffiliated/ptx0> has quit IRC (Ping timeout: 240 seconds)
[09:14:45] *** Pyrrhus666 <Pyrrhus666!~Pyrrhus66@157.97.112.115> has quit IRC (Ping timeout: 263 seconds)
[09:18:25] *** soee_ <soee_!~soee@user-94-254-239-69.play-internet.pl> has quit IRC (Quit: Konversation terminated!)
[09:18:30] <Pyrrhus6661> morning #angularjs
[09:18:45] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has joined #angularjs
[09:18:59] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has quit IRC (Client Quit)
[09:19:19] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has joined #angularjs
[09:21:49] *** JJH <JJH!6d1ad157@gateway/web/freenode/ip.109.26.209.87> has joined #angularjs
[09:22:01] <JJH> Hello world
[09:22:35] *** dopesong <dopesong!~dopesong@229.24.38.86.mobile.mezon.lt> has joined #angularjs
[09:22:45] <JJH> i'm looking for some help with karma
[09:25:29] <JJH> everytime I run my tests one randomly fail with "Script error. thrown"
[09:25:47] *** soee_ <soee_!~soee@aaua34.neoplus.adsl.tpnet.pl> has joined #angularjs
[09:26:25] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has quit IRC (Ping timeout: 248 seconds)
[09:27:07] *** redmer_ <redmer_!~mr@178-36-221-33.adsl.inetia.pl> has quit IRC (Quit: Leaving)
[09:28:23] *** al-damiri <al-damiri!uid142631@gateway/web/irccloud.com/x-moukcrppqomscwmk> has quit IRC (Quit: Connection closed for inactivity)
[09:28:31] <Booster2ooo> Morning Pyrrhus6661
[09:28:53] <Booster2ooo> Hello JJH, sry, no xp with karma yet
[09:29:32] *** Pyrrhus6661 is now known as Pyrrhus666
[09:29:37] <Pyrrhus666> morning Booster2ooo
[09:29:39] <Booster2ooo> maybe you should ask on ##javascript as it's a broader subject than just angular I assume
[09:30:13] *** ahoo <ahoo!uid114373@gateway/web/irccloud.com/x-faxnoarngxyjztvo> has joined #angularjs
[09:30:14] *** eago <eago!~eago@212.15.176.101> has joined #angularjs
[09:30:42] <ahoo> in an angular expression, can i have something like {{ propertyA ?? someOtherPropertyIfFirstOneIsNull }} ?
[09:32:04] <Pyrrhus666> ahoo, {{ propA?propA:propB }} works
[09:32:13] <ahoo> ta
[09:32:24] <ahoo> uhm
[09:32:32] <ahoo> could you explain the syntax please?
[09:33:03] <Pyrrhus666> ahoo, it´s the ternary operator. it reads if(propA) then propA else propB
[09:33:16] <JJH> ok thanks i'll check JS chan
[09:33:17] <ahoo> ah.
[09:33:30] <ahoo> ta
[09:37:12] *** Phaneron <Phaneron!~Phaneron@185.201.200.67> has joined #angularjs
[09:37:41] *** soee_ <soee_!~soee@aaua34.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Konversation terminated!)
[09:38:01] *** soee <soee!~soee@aaua34.neoplus.adsl.tpnet.pl> has joined #angularjs
[09:40:10] *** jhadvig <jhadvig!~jhadvig@78-141-120-86.dynamic.orange.sk> has joined #angularjs
[09:41:13] *** kirua <kirua!~kirua@unaffiliated/kirua> has joined #angularjs
[09:42:04] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[09:43:44] *** fixl <fixl!fixl@gateway/vpn/privateinternetaccess/fixl> has joined #angularjs
[09:46:44] *** JanezStupar <JanezStupar!~janez@BSN-142-122-72.dynamic.siol.net> has joined #angularjs
[09:47:21] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 240 seconds)
[10:01:05] *** ray02 <ray02!~ftasso@46.218.65.82> has joined #angularjs
[10:03:44] *** cheeti <cheeti!9d301da6@gateway/web/freenode/ip.157.48.29.166> has joined #angularjs
[10:05:09] *** jtimon <jtimon!~quassel@142.29.134.37.dynamic.jazztel.es> has quit IRC (Ping timeout: 264 seconds)
[10:06:08] <cheeti> hi, which one is better for frontend angular or angularjs. i have api calls in frontend also. can any one please suggest?
[10:06:46]
*** suphler <suphler!~suphler@62.216.59.33> has quit IRC (Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/)
[10:07:41] <Pyrrhus666> they´re both fine. angularjs is simpler, but EOL. angular is actively developed, but has a steeper learning curve.
[10:09:14] <ray02> hello hello
[10:09:18] <ray02> goodmorning
[10:09:24] <Pyrrhus666> morning ray02
[10:11:09] *** jbz6 <jbz6!~jerulz@37.205.44.27> has joined #angularjs
[10:15:15] *** mack_ooo <mack_ooo!~mack@2.236.101.114> has joined #angularjs
[10:19:43] <jlebrech> If i split my bundles into DI and non-DI libraries would angularjs run ok with jquery loaded after my app.bundle?
[10:20:43] *** tarnus <tarnus!~tarnus@2602:306:bcff:2b00:bd08:f8e:562e:182b> has joined #angularjs
[10:24:06] *** redmer <redmer!~mr@178-36-221-33.adsl.inetia.pl> has joined #angularjs
[10:26:02] *** tarnus <tarnus!~tarnus@2602:306:bcff:2b00:bd08:f8e:562e:182b> has quit IRC (Ping timeout: 276 seconds)
[10:30:29] *** led1 <led1!~Thunderbi@hotspot10.rywasoft.net> has joined #angularjs
[10:31:17] *** jlebrech <jlebrech!~jlebrech@89.165.136.2> has quit IRC (Read error: Connection reset by peer)
[10:31:29] *** jhadvig <jhadvig!~jhadvig@78-141-120-86.dynamic.orange.sk> has quit IRC (Ping timeout: 248 seconds)
[10:31:53] *** dinosaadeh <dinosaadeh!d5afbbbc@gateway/web/freenode/ip.213.175.187.188> has joined #angularjs
[10:31:56] *** jlebrech <jlebrech!~jlebrech@89.165.136.2> has joined #angularjs
[10:33:26] *** led1 <led1!~Thunderbi@hotspot10.rywasoft.net> has quit IRC (Client Quit)
[10:34:18] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[10:35:32] *** one_zeroo <one_zeroo!~one_zero@ip68-96-100-24.lv.lv.cox.net> has quit IRC (Ping timeout: 268 seconds)
[10:35:46] <dinosaadeh> hello guys, I have two nested directives of the same type (tabbed list; similar to the one in the tutorial). I added an attribute to execute a function once the list is initialized. The attribute is assigned to the outer directive and it is functioning properly, weirdly though, the inner directive is taking the value of the "parent" directive.. Even if I assign a dummy value to the inner directive, it still takes that of the
[10:37:14] <Elarcis> Yoo
[10:38:09] *** led1 <led1!~Thunderbi@hotspot10.rywasoft.net> has joined #angularjs
[10:40:45] *** soee_ <soee_!~soee@user-94-254-239-69.play-internet.pl> has joined #angularjs
[10:41:01] *** soee <soee!~soee@aaua34.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 245 seconds)
[10:43:23] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[10:44:04] <Pyrrhus666> morning Elarcis
[10:45:48] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Disconnected by services)
[10:45:49] *** E1arcis <E1arcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[10:46:15] *** JJH <JJH!6d1ad157@gateway/web/freenode/ip.109.26.209.87> has quit IRC (Quit: Page closed)
[10:47:43] *** shpoont <shpoont!~shpoont@bzq-84-108-23-10.cablep.bezeqint.net> has joined #angularjs
[10:48:03] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 260 seconds)
[10:48:09] *** fixl_ <fixl_!~fixl@14-201-215-206.tpgi.com.au> has joined #angularjs
[10:48:21] *** fixl <fixl!fixl@gateway/vpn/privateinternetaccess/fixl> has quit IRC (Ping timeout: 240 seconds)
[10:54:16] *** dopesong <dopesong!~dopesong@229.24.38.86.mobile.mezon.lt> has quit IRC (Read error: Connection reset by peer)
[10:54:31] *** Mattch <Mattch!~mrichar1@w5430.see.ed.ac.uk> has joined #angularjs
[10:54:32] *** dopesong <dopesong!~dopesong@78-62-58-213.static.zebra.lt> has joined #angularjs
[10:54:58] *** dopesong_ <dopesong_!~dopesong@78-62-58-213.static.zebra.lt> has joined #angularjs
[10:56:40] *** eago <eago!~eago@212.15.176.101> has quit IRC (Remote host closed the connection)
[10:58:55] *** dopesong <dopesong!~dopesong@78-62-58-213.static.zebra.lt> has quit IRC (Ping timeout: 256 seconds)
[11:04:06] *** fairuz <fairuz!~textual@unaffiliated/fairuz> has joined #angularjs
[11:04:29] *** fixl <fixl!~fixl@14-201-215-206.tpgi.com.au> has joined #angularjs
[11:05:41] *** fixl_ <fixl_!~fixl@14-201-215-206.tpgi.com.au> has quit IRC (Ping timeout: 276 seconds)
[11:08:51] *** fixl <fixl!~fixl@14-201-215-206.tpgi.com.au> has quit IRC (Ping timeout: 240 seconds)
[11:08:55] *** fixl_ <fixl_!fixl@gateway/vpn/privateinternetaccess/fixl> has joined #angularjs
[11:15:01] *** listenmore <listenmore!~strike@95.151.46.154> has joined #angularjs
[11:19:33] *** LennardW <LennardW!~LennardW@ip503cfcfb.speed.planet.nl> has quit IRC (Ping timeout: 260 seconds)
[11:20:10] *** LennardW|afk <LennardW|afk!~LennardW@ip503cfcfb.speed.planet.nl> has joined #angularjs
[11:20:16] *** amcsi <amcsi!~amcsi@2E8B6E44.catv.pool.telekom.hu> has joined #angularjs
[11:20:22] *** LennardW|afk is now known as LennardW
[11:20:44] *** mrkake <mrkake!~kake@209.6.195.29> has quit IRC (Quit: ouch)
[11:22:30] *** plutoniix <plutoniix!~q@175.176.222.7> has quit IRC (Read error: Connection reset by peer)
[11:23:16] *** plutoniix <plutoniix!~q@175.176.222.7> has joined #angularjs
[11:23:32] *** plutoniix <plutoniix!~q@175.176.222.7> has quit IRC (Read error: Connection reset by peer)
[11:23:55] *** marr <marr!~ccc@77-253-112-252.adsl.inetia.pl> has joined #angularjs
[11:23:56] *** plutoniix <plutoniix!~q@175.176.222.7> has joined #angularjs
[11:24:25] *** plutoniix <plutoniix!~q@175.176.222.7> has quit IRC (Read error: Connection reset by peer)
[11:24:52] *** plutoniix <plutoniix!~q@175.176.222.7> has joined #angularjs
[11:25:05] *** mrkake <mrkake!~kake@209.6.195.29> has joined #angularjs
[11:26:50] *** eago <eago!~eago@212.15.176.101> has joined #angularjs
[11:27:28] *** shpoont <shpoont!~shpoont@bzq-84-108-23-10.cablep.bezeqint.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[11:29:05] *** amcsi <amcsi!~amcsi@2E8B6E44.catv.pool.telekom.hu> has quit IRC (Quit: Leaving)
[11:32:28] *** plutoniix <plutoniix!~q@175.176.222.7> has quit IRC (Quit: Leaving)
[11:33:24] *** Aztec03 <Aztec03!~SmokinGru@162-226-245-243.lightspeed.cicril.sbcglobal.net> has quit IRC (Remote host closed the connection)
[11:35:29] *** fixl_ <fixl_!fixl@gateway/vpn/privateinternetaccess/fixl> has quit IRC (Ping timeout: 248 seconds)
[11:36:28] *** fixl_ <fixl_!~fixl@14-201-215-206.tpgi.com.au> has joined #angularjs
[11:36:40] *** jbz6 <jbz6!~jerulz@37.205.44.27> has quit IRC (Remote host closed the connection)
[11:38:58] *** mack_ooo <mack_ooo!~mack@2.236.101.114> has quit IRC (Remote host closed the connection)
[11:40:12] *** mack_ooo <mack_ooo!~mack@2.236.101.114> has joined #angularjs
[11:41:39] *** E1arcis <E1arcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Remote host closed the connection)
[11:42:05] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[11:44:09] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[11:45:20] *** jhadvig <jhadvig!~jhadvig@adsl-dyn156.78-98-196.t-com.sk> has joined #angularjs
[11:46:18] *** plutoniix <plutoniix!~q@175.176.222.7> has joined #angularjs
[11:48:21] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 240 seconds)
[11:49:55] *** ray02 <ray02!~ftasso@46.218.65.82> has quit IRC (Quit: Leaving.)
[11:49:55] *** shpoont <shpoont!~shpoont@bzq-84-108-23-10.cablep.bezeqint.net> has joined #angularjs
[11:50:12] *** soee_ <soee_!~soee@user-94-254-239-69.play-internet.pl> has quit IRC (Quit: Konversation terminated!)
[11:50:41] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has joined #angularjs
[11:52:51] *** ray02 <ray02!~ftasso@46.218.65.82> has joined #angularjs
[11:54:37] *** led1 <led1!~Thunderbi@hotspot10.rywasoft.net> has quit IRC (Quit: led1)
[11:55:35] *** BlinkyBill <BlinkyBill!~BlinkyBil@203-173-33-227.dyn.iinet.net.au> has quit IRC (Ping timeout: 240 seconds)
[11:57:03] *** mack_ooo_ <mack_ooo_!~mack@2.236.101.114> has joined #angularjs
[11:57:57] *** mack_ooo <mack_ooo!~mack@2.236.101.114> has quit IRC (Ping timeout: 264 seconds)
[12:07:42] *** redmer <redmer!~mr@178-36-221-33.adsl.inetia.pl> has quit IRC (Quit: Leaving)
[12:08:03] *** Phaneron <Phaneron!~Phaneron@185.201.200.67> has quit IRC (Ping timeout: 256 seconds)
[12:10:10] *** BlinkyBill <BlinkyBill!~BlinkyBil@203-173-33-227.dyn.iinet.net.au> has joined #angularjs
[12:11:05] *** geoid <geoid!~geoid@193.132.54.2> has joined #angularjs
[12:16:40] *** dinosaadeh <dinosaadeh!d5afbbbc@gateway/web/freenode/ip.213.175.187.188> has quit IRC (Quit: Page closed)
[12:20:05] *** ggg <ggg!~AdamPC@cpc139184-sprt3-2-0-cust175.17-2.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[12:20:18] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Disconnected by services)
[12:20:20] *** E1arcis <E1arcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[12:21:55] *** tarnus <tarnus!~tarnus@2602:306:bcff:2b00:bce2:1645:2219:bd10> has joined #angularjs
[12:27:02] *** tarnus <tarnus!~tarnus@2602:306:bcff:2b00:bce2:1645:2219:bd10> has quit IRC (Ping timeout: 276 seconds)
[12:30:43] *** metrixx <metrixx!~metrixx@unaffiliated/metrixx> has joined #angularjs
[12:33:01] <metrixx> i have a form component and i load the component via routerlink but when i click submit button, jquery script is not working because it doesn't recognize the button id
[12:33:22] <metrixx> if i load the component directly typing on address bar, it is working
[12:33:26] <Pyrrhus666> metrixx, don´t use jquery.
[12:33:41] <metrixx> Pyrrhus666, what will i use
[12:33:55] <Pyrrhus666> angular methods and plain javascript
[12:34:19] <metrixx> but there are a lot of open source things with jquery
[12:34:26] <metrixx> and i want to use them on my pages
[12:34:53] <Pyrrhus666> then you´re gonna have a bad time.
[12:35:00] *** lightstalker <lightstalker!~lightstal@unaffiliated/thebrain> has joined #angularjs
[12:35:17] *** Zames <Zames!~Mutter@112.198.73.15> has joined #angularjs
[12:36:08] <metrixx> mm
[12:39:53] *** Zames <Zames!~Mutter@112.198.73.15> has quit IRC (Client Quit)
[12:41:48] *** LennardW <LennardW!~LennardW@ip503cfcfb.speed.planet.nl> has quit IRC (Ping timeout: 260 seconds)
[12:42:42] *** LennardW|afk <LennardW|afk!~LennardW@ip503cfcfb.speed.planet.nl> has joined #angularjs
[12:42:54] *** LennardW|afk is now known as LennardW
[12:44:52] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[12:45:15] *** tarator <tarator!~Thunderbi@84-113-5-52.cable.dynamic.surfer.at> has joined #angularjs
[12:45:36] *** shpoont <shpoont!~shpoont@bzq-84-108-23-10.cablep.bezeqint.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[12:45:43] *** eago <eago!~eago@212.15.176.101> has quit IRC (Remote host closed the connection)
[12:46:58] *** shpoont <shpoont!~shpoont@bzq-84-108-23-10.cablep.bezeqint.net> has joined #angularjs
[12:47:24] *** E1arcis is now known as Elarcis
[12:49:12] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 246 seconds)
[12:51:27] *** jmarsman <jmarsman!~jmarsman@84.243.210.254> has joined #angularjs
[12:53:02] *** davlefou <davlefou!~davlefou@unaffiliated/davlefou> has quit IRC (Remote host closed the connection)
[12:58:49] *** mack_ooo_ <mack_ooo_!~mack@2.236.101.114> has quit IRC (Remote host closed the connection)
[12:59:04] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Remote host closed the connection)
[12:59:23] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[13:00:23] *** ecuanaso <ecuanaso!~textual@ool-4a59bce1.dyn.optonline.net> has joined #angularjs
[13:03:08] *** Phaneron <Phaneron!~Phaneron@185.201.200.67> has joined #angularjs
[13:05:19] *** ecuanaso <ecuanaso!~textual@ool-4a59bce1.dyn.optonline.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[13:14:53] *** davlefou <davlefou!~davlefou@unaffiliated/davlefou> has joined #angularjs
[13:14:55] *** AtumT <AtumT!~IRC@191.33.153.147> has joined #angularjs
[13:18:00] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Remote host closed the connection)
[13:18:06] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has quit IRC (Quit: Konversation terminated!)
[13:18:18] *** Zames <Zames!~Mutter@112.198.73.15> has joined #angularjs
[13:18:20] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[13:18:26] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has joined #angularjs
[13:19:42] *** ahoo <ahoo!uid114373@gateway/web/irccloud.com/x-faxnoarngxyjztvo> has quit IRC (Quit: Connection closed for inactivity)
[13:20:48] *** Zames <Zames!~Mutter@112.198.73.15> has quit IRC (Client Quit)
[13:20:51] *** Phaneron <Phaneron!~Phaneron@185.201.200.67> has quit IRC (Ping timeout: 240 seconds)
[13:23:20] *** Zames <Zames!~Mutter@112.198.73.15> has joined #angularjs
[13:25:42] *** fairuz <fairuz!~textual@unaffiliated/fairuz> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[13:25:44] *** Zames <Zames!~Mutter@112.198.73.15> has quit IRC (Client Quit)
[13:26:17] *** geoid <geoid!~geoid@193.132.54.2> has quit IRC (Quit: Be back later ...)
[13:26:49] *** geoid <geoid!~geoid@193.132.54.2> has joined #angularjs
[13:27:27] *** shpoont <shpoont!~shpoont@bzq-84-108-23-10.cablep.bezeqint.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[13:30:22] *** lightstalker <lightstalker!~lightstal@unaffiliated/thebrain> has quit IRC (Ping timeout: 264 seconds)
[13:31:56] *** geoid <geoid!~geoid@193.132.54.2> has quit IRC (Ping timeout: 276 seconds)
[13:32:17] *** plutoniix <plutoniix!~q@175.176.222.7> has quit IRC (Quit: Leaving)
[13:34:26] *** Zames <Zames!~Mutter@112.198.73.15> has joined #angularjs
[13:36:47] *** Zames <Zames!~Mutter@112.198.73.15> has quit IRC (Client Quit)
[13:42:27] *** geoid <geoid!~geoid@176.24.65.230> has joined #angularjs
[13:44:12] *** fixl <fixl!fixl@gateway/vpn/privateinternetaccess/fixl> has joined #angularjs
[13:44:23] *** fixl_ <fixl_!~fixl@14-201-215-206.tpgi.com.au> has quit IRC (Ping timeout: 256 seconds)
[13:45:41] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[13:50:30] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 256 seconds)
[13:51:21] *** eago <eago!~eago@212.15.176.101> has joined #angularjs
[13:51:25] *** lightstalker <lightstalker!~lightstal@unaffiliated/thebrain> has joined #angularjs
[13:52:25] *** tarator <tarator!~Thunderbi@84-113-5-52.cable.dynamic.surfer.at> has quit IRC (Quit: tarator)
[13:52:50] *** tarator <tarator!~Thunderbi@84-113-5-52.cable.dynamic.surfer.at> has joined #angularjs
[13:53:38] *** geoid <geoid!~geoid@176.24.65.230> has quit IRC (Quit: Be back later ...)
[13:56:20] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has quit IRC (Quit: Konversation terminated!)
[13:56:25] *** Phaneron <Phaneron!~Phaneron@185.201.200.67> has joined #angularjs
[13:56:40] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has joined #angularjs
[13:58:05] *** BlinkyBill <BlinkyBill!~BlinkyBil@203-173-33-227.dyn.iinet.net.au> has quit IRC (Ping timeout: 252 seconds)
[13:58:53] *** tarator <tarator!~Thunderbi@84-113-5-52.cable.dynamic.surfer.at> has quit IRC (Quit: tarator)
[13:59:18] *** tarator <tarator!~Thunderbi@84-113-5-52.cable.dynamic.surfer.at> has joined #angularjs
[14:00:34] *** tarnus <tarnus!~tarnus@2602:306:bcff:2b00:cc33:b201:3a1c:5be3> has joined #angularjs
[14:01:09] *** donguston <donguston!~AdamPC@cpc139184-sprt3-2-0-cust175.17-2.cable.virginm.net> has joined #angularjs
[14:03:41] *** shinnya <shinnya!~shinnya@235.232.128.101.dy.bbexcite.jp> has joined #angularjs
[14:05:04] *** ahoo <ahoo!uid114373@gateway/web/irccloud.com/x-yjvbqwflfmbgigsn> has joined #angularjs
[14:10:06] *** jhadvig <jhadvig!~jhadvig@adsl-dyn156.78-98-196.t-com.sk> has quit IRC (Remote host closed the connection)
[14:10:49] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Disconnected by services)
[14:10:49] *** E1arcis <E1arcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[14:14:04] *** amcorrei1 <amcorrei1!~amcorreia@186.213.164.181> has joined #angularjs
[14:14:07] *** dskull <dskull!~dskull@unaffiliated/daynaskully> has quit IRC (Quit: quit)
[14:19:18] *** jhadvig <jhadvig!~jhadvig@adsl-dyn156.78-98-196.t-com.sk> has joined #angularjs
[14:20:10] *** Maxel <Maxel!~Maxel@50-241-60-125-static.hfc.comcastbusiness.net> has joined #angularjs
[14:21:14] *** ecuanaso <ecuanaso!~textual@63.241.105.20> has joined #angularjs
[14:22:37] *** eago <eago!~eago@212.15.176.101> has quit IRC (Remote host closed the connection)
[14:24:54] *** cheeti <cheeti!9d301da6@gateway/web/freenode/ip.157.48.29.166> has quit IRC (Ping timeout: 260 seconds)
[14:27:37] *** Maxel <Maxel!~Maxel@50-241-60-125-static.hfc.comcastbusiness.net> has quit IRC (Read error: Connection reset by peer)
[14:34:57] *** Zeioth <Zeioth!~Zeioth@197.red-88-18-199.staticip.rima-tde.net> has quit IRC (Remote host closed the connection)
[14:37:42] *** dskull <dskull!~dskull@unaffiliated/daynaskully> has joined #angularjs
[14:41:29] *** trepatud- <trepatud-!~SDig@5.196.50.27> has quit IRC (Ping timeout: 276 seconds)
[14:43:03] *** matchaw <matchaw!~matchaw@186-90-62-162.genericrev.cantv.net> has joined #angularjs
[14:43:58] *** Maxel <Maxel!~Maxel@50-241-60-125-static.hfc.comcastbusiness.net> has joined #angularjs
[14:46:12] *** matchaw_ <matchaw_!~matchaw@186-90-62-162.genericrev.cantv.net> has joined #angularjs
[14:46:27] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has joined #angularjs
[14:48:41] *** matchaw <matchaw!~matchaw@186-90-62-162.genericrev.cantv.net> has quit IRC (Ping timeout: 252 seconds)
[14:51:20] *** Peppa_Swine <Peppa_Swine!~heartburn@185.9.19.50> has quit IRC (Ping timeout: 276 seconds)
[14:59:03] *** Phaneron <Phaneron!~Phaneron@185.201.200.67> has quit IRC (Ping timeout: 246 seconds)
[15:01:20] *** ceterizine <ceterizine!~ceterizin@evergage03.e.subnet.rcn.com> has joined #angularjs
[15:03:35] *** shinnya <shinnya!~shinnya@235.232.128.101.dy.bbexcite.jp> has quit IRC (Ping timeout: 240 seconds)
[15:13:00] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has quit IRC (Quit: Konversation terminated!)
[15:13:20] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has joined #angularjs
[15:13:23] *** Peppa_Swine <Peppa_Swine!~heartburn@78.108.46.220> has joined #angularjs
[15:13:25] *** Peppa_Swine <Peppa_Swine!~heartburn@78.108.46.220> has quit IRC (Client Quit)
[15:14:25] *** donguston <donguston!~AdamPC@cpc139184-sprt3-2-0-cust175.17-2.cable.virginm.net> has quit IRC (Quit: Leaving)
[15:16:09] *** donguston <donguston!~AdamPC@cpc139184-sprt3-2-0-cust175.17-2.cable.virginm.net> has joined #angularjs
[15:21:10] *** Zeioth <Zeioth!~Zeioth@197.red-88-18-199.staticip.rima-tde.net> has joined #angularjs
[15:28:36] *** pLaTo0n <pLaTo0n!~pLaTo0n@unaffiliated/platoon> has joined #angularjs
[15:32:53] *** kirua <kirua!~kirua@unaffiliated/kirua> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
[15:34:21] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[15:35:03] *** Peppa_Swine <Peppa_Swine!~heartburn@78.108.46.220> has joined #angularjs
[15:35:21] *** JanezStupar <JanezStupar!~janez@BSN-142-122-72.dynamic.siol.net> has quit IRC (Quit: JanezStupar)
[15:37:17] *** Wastedone_ <Wastedone_!~Thunderbi@rrcs-74-87-151-90.west.biz.rr.com> has joined #angularjs
[15:37:35] *** E1arcis <E1arcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Ping timeout: 240 seconds)
[15:38:57] *** Peppa_Swine <Peppa_Swine!~heartburn@78.108.46.220> has quit IRC (Client Quit)
[15:39:02] *** shpoont <shpoont!~shpoont@bzq-84-108-23-10.cablep.bezeqint.net> has joined #angularjs
[15:39:25] *** Peppa_Swine <Peppa_Swine!~heartburn@78.108.46.220> has joined #angularjs
[15:40:57] *** edrocks <edrocks!~ed@66.194.206.178> has joined #angularjs
[15:44:32] *** kexmex <kexmex!~kexmex@unaffiliated/kexmex> has joined #angularjs
[15:45:05] *** nemec <nemec!~Nemec@82-128-252-188.bb.dnainternet.fi> has quit IRC (Ping timeout: 256 seconds)
[15:45:19] *** jtimon <jtimon!~quassel@142.29.134.37.dynamic.jazztel.es> has joined #angularjs
[15:46:28] *** jhadvig <jhadvig!~jhadvig@adsl-dyn156.78-98-196.t-com.sk> has quit IRC (Remote host closed the connection)
[15:46:40] *** punknroll <punknroll!~Thunderbi@p83-219-165-60.snwdip.snw.at> has quit IRC (Ping timeout: 256 seconds)
[15:46:45] *** punknroll1 <punknroll1!~Thunderbi@83.175.122.4> has joined #angularjs
[15:47:14] *** Zeioth <Zeioth!~Zeioth@197.red-88-18-199.staticip.rima-tde.net> has quit IRC (Ping timeout: 276 seconds)
[15:48:10] *** Zeioth <Zeioth!~Zeioth@197.red-88-18-199.staticip.rima-tde.net> has joined #angularjs
[15:49:06] *** punknroll1 is now known as punknroll
[15:52:21] *** punknroll1 <punknroll1!~Thunderbi@p83-219-165-60.snwdip.snw.at> has joined #angularjs
[15:52:44] *** jhadvig <jhadvig!~jhadvig@adsl-dyn156.78-98-196.t-com.sk> has joined #angularjs
[15:53:43] *** punknroll <punknroll!~Thunderbi@83.175.122.4> has quit IRC (Ping timeout: 260 seconds)
[15:53:44] *** punknroll1 is now known as punknroll
[15:54:51] *** fixl <fixl!fixl@gateway/vpn/privateinternetaccess/fixl> has quit IRC (Ping timeout: 240 seconds)
[15:57:12] *** kexmex <kexmex!~kexmex@unaffiliated/kexmex> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[16:01:26] *** shpoont <shpoont!~shpoont@bzq-84-108-23-10.cablep.bezeqint.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[16:05:33] *** tarator <tarator!~Thunderbi@84-113-5-52.cable.dynamic.surfer.at> has quit IRC (Quit: tarator)
[16:07:10] *** ahoo <ahoo!uid114373@gateway/web/irccloud.com/x-yjvbqwflfmbgigsn> has left #angularjs
[16:07:21] *** star_prone <star_prone!~sviatovig@81.89.12.66> has joined #angularjs
[16:09:53] *** eago <eago!~eago@212.15.176.101> has joined #angularjs
[16:10:20] *** upinspace <upinspace!~upinspace@2600:380:7444:3d8:a48b:5b96:f262:da30> has joined #angularjs
[16:14:20] *** matchaw <matchaw!~matchaw@186.167.243.187> has joined #angularjs
[16:16:21] *** fairuz <fairuz!~textual@unaffiliated/fairuz> has joined #angularjs
[16:16:27] *** matchaw_ <matchaw_!~matchaw@186-90-62-162.genericrev.cantv.net> has quit IRC (Ping timeout: 256 seconds)
[16:16:57] *** MattWelch <MattWelch!~MattWelch@174.99.41.176> has quit IRC (Ping timeout: 240 seconds)
[16:18:03] *** MattWelch <MattWelch!~MattWelch@174.99.41.176> has joined #angularjs
[16:18:43] *** upinspace <upinspace!~upinspace@2600:380:7444:3d8:a48b:5b96:f262:da30> has quit IRC (Quit: I’m out)
[16:18:45] *** star_prone <star_prone!~sviatovig@81.89.12.66> has quit IRC (Remote host closed the connection)
[16:20:17] *** star_prone <star_prone!~sviatovig@81.89.12.66> has joined #angularjs
[16:23:28] *** CAPITANOOO <CAPITANOOO!~CAPITANOO@static-008.137-192-185.it-speednet.it> has joined #angularjs
[16:25:35] *** trepatudo <trepatudo!~SDig@5.196.50.27> has joined #angularjs
[16:30:20] *** kneeki <kneeki!~kneeki@c-76-28-253-109.hsd1.wa.comcast.net> has joined #angularjs
[16:32:58] *** mack_ooo <mack_ooo!~mack@2.236.101.114> has joined #angularjs
[16:37:29] *** jmarsman <jmarsman!~jmarsman@84.243.210.254> has quit IRC (Quit: later)
[16:43:18] *** LennardW <LennardW!~LennardW@ip503cfcfb.speed.planet.nl> has quit IRC (Ping timeout: 260 seconds)
[16:43:50] *** LennardW|afk <LennardW|afk!~LennardW@ip503cfcfb.speed.planet.nl> has joined #angularjs
[16:44:02] *** LennardW|afk is now known as LennardW
[16:44:18]
*** Garfield-fr <Garfield-fr!~Garfield-@unaffiliated/garfield-fr> has quit IRC (Quit: Linkinus - http://linkinus.com)
[16:45:16] *** punknroll <punknroll!~Thunderbi@p83-219-165-60.snwdip.snw.at> has quit IRC (Quit: punknroll)
[16:50:56] *** Booster2ooo <Booster2ooo!~booooooo@3.9-65-87.adsl-dyn.isp.belgacom.be> has quit IRC (Read error: Connection reset by peer)
[16:55:11] *** Phaneron <Phaneron!~Phaneron@185.201.200.67> has joined #angularjs
[16:55:43] *** xan_IT <xan_IT!~xan_IT@151.84.123.94> has joined #angularjs
[16:59:12] *** Pyrrhus666 <Pyrrhus666!~Pyrrhus66@157.97.112.115> has quit IRC (Ping timeout: 256 seconds)
[16:59:47] *** CAPITANOOO <CAPITANOOO!~CAPITANOO@static-008.137-192-185.it-speednet.it> has quit IRC (Quit: CAPITANOOO)
[17:02:57] *** daivyk <daivyk!~daivyk@177.40.170.254> has quit IRC (Ping timeout: 240 seconds)
[17:08:14] <xan_IT> Elarcis sorry, i explain question:
[17:08:29] *** star_prone <star_prone!~sviatovig@81.89.12.66> has quit IRC (Remote host closed the connection)
[17:08:53] <xan_IT> inside interceptor i need to call BE to refresh token before the real call
[17:09:50] *** star_prone <star_prone!~sviatovig@81.89.12.66> has joined #angularjs
[17:09:51] <xan_IT> i need to use flatMap? how? im new of rxjs
[17:09:52] *** star_prone <star_prone!~sviatovig@81.89.12.66> has quit IRC (Remote host closed the connection)
[17:11:28] *** al-damiri <al-damiri!uid142631@gateway/web/irccloud.com/x-lniznnlbgdimrlok> has joined #angularjs
[17:11:42] *** CAPITANOOO <CAPITANOOO!~CAPITANOO@static-008.137-192-185.it-speednet.it> has joined #angularjs
[17:16:32] *** matchaw_ <matchaw_!~matchaw@186.167.244.174> has joined #angularjs
[17:16:41] *** mosulica <mosulica!~textual@82.208.160.88> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[17:18:19] *** Phaneron <Phaneron!~Phaneron@185.201.200.67> has quit IRC (Quit: Leaving)
[17:19:22] *** tkore\w <tkore\w!~tkore@unaffiliated/ardethian> has quit IRC (Read error: Connection reset by peer)
[17:19:32] *** matchaw <matchaw!~matchaw@186.167.243.187> has quit IRC (Ping timeout: 276 seconds)
[17:20:30] *** tragicwhale <tragicwhale!~tragicwha@12.26.107.5> has joined #angularjs
[17:22:42] *** CAPITANOOO <CAPITANOOO!~CAPITANOO@static-008.137-192-185.it-speednet.it> has quit IRC (Quit: CAPITANOOO)
[17:33:05] *** bengilli_ <bengilli_!~bengillie@bengillies.net> has joined #angularjs
[17:34:33] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Ping timeout: 264 seconds)
[17:36:14] *** xan_IT <xan_IT!~xan_IT@151.84.123.94> has quit IRC (Quit: xan_IT)
[17:36:18] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Remote host closed the connection)
[17:36:21] *** michalrus <michalrus!znc@michalrus.com> has joined #angularjs
[17:36:59] <michalrus> I’d like to verify he’s not BSing me.
[17:37:27] *** bengilli_ <bengilli_!~bengillie@bengillies.net> has quit IRC (Ping timeout: 240 seconds)
[17:37:44] *** Jak_o_Shadows <Jak_o_Shadows!~Jak@unaffiliated/jak-o-shadows/x-0479135> has quit IRC (Ping timeout: 276 seconds)
[17:47:06] *** frem <frem!uid16862@gateway/web/irccloud.com/x-fcdfvrurwfoawasy> has joined #angularjs
[17:47:31] *** voltron <voltron!~voltron@98.187.3.13> has joined #angularjs
[17:53:04] <jlebrech> datejs is a fairly old library, moment does the same and you can just npm install it.
[17:53:42] *** eago <eago!~eago@212.15.176.101> has quit IRC (Remote host closed the connection)
[17:54:04] <jlebrech> you can also do it all in js anyways, within reason
[17:55:25] <ansu> The last 'official' release was Alpha-1 on November 19th, 2007. :thinking:
[17:58:12] *** fairuz <fairuz!~textual@unaffiliated/fairuz> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[17:58:35] *** Zeioth <Zeioth!~Zeioth@197.red-88-18-199.staticip.rima-tde.net> has quit IRC (Ping timeout: 240 seconds)
[18:04:27] *** mack_ooo <mack_ooo!~mack@2.236.101.114> has quit IRC (Ping timeout: 240 seconds)
[18:06:22] *** eago <eago!~eago@212.15.176.101> has joined #angularjs
[18:07:23] *** edrocks <edrocks!~ed@66.194.206.178> has quit IRC (Quit: My iMac has gone to sleep. ZZZzzz…)
[18:08:01] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[18:08:11] *** ray02 <ray02!~ftasso@46.218.65.82> has quit IRC (Quit: Leaving.)
[18:13:11] *** dlam <dlam!~user@64.71.6.2> has joined #angularjs
[18:17:45] *** jlebrech <jlebrech!~jlebrech@89.165.136.2> has quit IRC (Remote host closed the connection)
[18:23:43] *** one_zero <one_zero!~one_zero@ip68-96-100-24.lv.lv.cox.net> has joined #angularjs
[18:25:32] *** one_zero <one_zero!~one_zero@ip68-96-100-24.lv.lv.cox.net> has quit IRC (Client Quit)
[18:31:27] <michalrus> Thank you! But if I were to extend this question to any other pure-JS untyped library, which has annotations in DefinitelyTyped, is it very hard to integrate such xyz.js + xyz.d.ts to be able to later use their functions in an Angular project?
[18:33:00] <michalrus> Is writing an Angular wrapper/module needed at all? And if so, why?
[18:33:18] <michalrus> Can’t I just `import Xyz` and later `Xyz.doSomething()`?
[18:34:23] *** Bavramor <Bavramor!~bavramor@ipservice-092-208-045-110.092.208.pools.vodafone-ip.de> has joined #angularjs
[18:36:01] *** Bavramor <Bavramor!~bavramor@ipservice-092-208-045-110.092.208.pools.vodafone-ip.de> has quit IRC (Remote host closed the connection)
[18:36:49] *** irssi <irssi!~irssi@upldz.com> has joined #angularjs
[18:36:58] *** irssi is now known as Guest34343
[18:37:52] *** Zeioth <Zeioth!~Zeioth@197.red-88-18-199.staticip.rima-tde.net> has joined #angularjs
[18:38:00] *** one_zero <one_zero!~one_zero@ip68-96-100-24.lv.lv.cox.net> has joined #angularjs
[18:40:30] *** PeDr0_HuG0 <PeDr0_HuG0!~kvirc@201.150.52.127> has joined #angularjs
[18:40:57] *** matchaw_ <matchaw_!~matchaw@186.167.244.174> has quit IRC (Ping timeout: 246 seconds)
[18:48:02] *** ptx0 <ptx0!~cheesus_c@unaffiliated/ptx0> has joined #angularjs
[18:54:25] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Ping timeout: 268 seconds)
[18:58:38] *** eago <eago!~eago@212.15.176.101> has quit IRC (Remote host closed the connection)
[19:00:32] *** Bavramor <Bavramor!~bavramor@ipservice-092-208-045-110.092.208.pools.vodafone-ip.de> has joined #angularjs
[19:01:56] *** Bavramor <Bavramor!~bavramor@ipservice-092-208-045-110.092.208.pools.vodafone-ip.de> has quit IRC (Remote host closed the connection)
[19:03:33] *** nemec <nemec!~Nemec@82-128-252-188.bb.dnainternet.fi> has joined #angularjs
[19:05:08] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[19:07:25] *** jsightler_afk is now known as jsightler
[19:07:36] *** niyer <niyer!~niyer@2602:306:cc7b:ddc0:319b:5e44:71c0:eae1> has joined #angularjs
[19:11:26] *** doxo <doxo!uid283018@gateway/web/irccloud.com/x-goqckomsymoahqrb> has joined #angularjs
[19:15:47] *** bengilli_ <bengilli_!~bengillie@bengillies.net> has joined #angularjs
[19:17:09] *** Archelaus <Archelaus!~Archelaus@94.177.197.24> has quit IRC (Ping timeout: 264 seconds)
[19:18:27] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Ping timeout: 240 seconds)
[19:19:39] *** sdfsd <sdfsd!a2812c2c@gateway/web/freenode/ip.162.129.44.44> has joined #angularjs
[19:19:55] *** sdfsd <sdfsd!a2812c2c@gateway/web/freenode/ip.162.129.44.44> has quit IRC (Client Quit)
[19:24:21] *** bengilli_ <bengilli_!~bengillie@bengillies.net> has quit IRC (Remote host closed the connection)
[19:24:46] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[19:25:16] *** FOBABS <FOBABS!~FOBABS@129.56.12.66> has joined #angularjs
[19:25:36] *** FOBABS <FOBABS!~FOBABS@129.56.12.66> has left #angularjs
[19:28:01] *** plutoniix <plutoniix!~q@node-5z5.pool-1-10.dynamic.totbb.net> has joined #angularjs
[19:29:26] *** plutoniix <plutoniix!~q@node-5z5.pool-1-10.dynamic.totbb.net> has quit IRC (Max SendQ exceeded)
[19:30:15] *** plutoniix <plutoniix!~q@1.10.158.65> has joined #angularjs
[19:42:02] *** Aztec03 <Aztec03!~SmokinGru@96-92-220-81-static.hfc.comcastbusiness.net> has joined #angularjs
[19:56:49] *** frem <frem!uid16862@gateway/web/irccloud.com/x-fcdfvrurwfoawasy> has quit IRC (Quit: Connection closed for inactivity)
[19:59:26] *** tragicwhale <tragicwhale!~tragicwha@12.26.107.5> has quit IRC (Ping timeout: 276 seconds)
[19:59:40] *** tragicwhale <tragicwhale!~tragicwha@12.26.107.5> has joined #angularjs
[20:00:48] *** edrocks <edrocks!~ed@66.194.206.178> has joined #angularjs
[20:02:03] *** replay <replay!~replay@pdpc/supporter/student/replay> has joined #angularjs
[20:03:26] *** tragicwhale <tragicwhale!~tragicwha@12.26.107.5> has left #angularjs
[20:03:29] *** tragicwhale <tragicwhale!~tragicwha@12.26.107.5> has joined #angularjs
[20:04:21] *** beerdrop <beerdrop!~beerdrop@c-107-2-115-62.hsd1.mn.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[20:04:21] *** cytrinox <cytrinox!~cyx@mail.chaospixel.com> has quit IRC (Ping timeout: 245 seconds)
[20:04:58] *** cytrinox <cytrinox!~cyx@mail.chaospixel.com> has joined #angularjs
[20:10:54] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has quit IRC (Quit: Konversation terminated!)
[20:11:25] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has joined #angularjs
[20:11:27] *** kneeki <kneeki!~kneeki@c-76-28-253-109.hsd1.wa.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[20:14:36] *** marr <marr!~ccc@77-253-112-252.adsl.inetia.pl> has quit IRC (Remote host closed the connection)
[20:15:38] *** dopesong_ <dopesong_!~dopesong@78-62-58-213.static.zebra.lt> has quit IRC (Ping timeout: 260 seconds)
[20:16:45] *** dopesong <dopesong!~dopesong@78-62-58-213.static.zebra.lt> has joined #angularjs
[20:17:36] *** davidmichaelkarr <davidmichaelkarr!uid71216@gateway/web/irccloud.com/x-ubhfrqpkudwacjrq> has joined #angularjs
[20:18:27] *** jlebrech <jlebrech!~jlebrech@89.165.136.2> has joined #angularjs
[20:19:06] *** beerdrop <beerdrop!~beerdrop@c-107-2-115-62.hsd1.mn.comcast.net> has joined #angularjs
[20:19:45] *** Triangular <Triangular!tri@109.255.147.174> has joined #angularjs
[20:23:53] *** jlebrech <jlebrech!~jlebrech@89.165.136.2> has quit IRC (Ping timeout: 256 seconds)
[20:34:51] *** jsightler is now known as jsightler_afk
[20:41:53] *** slupi <slupi!~slupi@2a02:810d:12bf:f9c4:992:e562:2f68:5541> has joined #angularjs
[20:42:20] *** kneeki <kneeki!~kneeki@c-76-28-253-109.hsd1.wa.comcast.net> has joined #angularjs
[20:47:36] *** edrocks <edrocks!~ed@66.194.206.178> has quit IRC (Quit: My iMac has gone to sleep. ZZZzzz…)
[20:48:21] *** nemec <nemec!~Nemec@82-128-252-188.bb.dnainternet.fi> has quit IRC (Ping timeout: 264 seconds)
[20:54:40] *** pLaTo0n <pLaTo0n!~pLaTo0n@unaffiliated/platoon> has quit IRC (Read error: Connection reset by peer)
[20:58:07] *** John_Ivan <John_Ivan!~John_Ivan@79.97.140.214> has joined #angularjs
[20:58:07] *** John_Ivan <John_Ivan!~John_Ivan@79.97.140.214> has quit IRC (Changing host)
[20:58:07] *** John_Ivan <John_Ivan!~John_Ivan@unaffiliated/john-ivan/x-3287162> has joined #angularjs
[21:04:59] *** Mattch <Mattch!~mrichar1@w5430.see.ed.ac.uk> has quit IRC (Ping timeout: 276 seconds)
[21:06:57] *** jhadvig <jhadvig!~jhadvig@adsl-dyn156.78-98-196.t-com.sk> has quit IRC (Ping timeout: 264 seconds)
[21:10:35] *** kneeki <kneeki!~kneeki@c-76-28-253-109.hsd1.wa.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[21:11:01] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Remote host closed the connection)
[21:11:28] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[21:14:46] *** cytrinox <cytrinox!~cyx@mail.chaospixel.com> has quit IRC (Ping timeout: 256 seconds)
[21:15:26] *** amcorreia <amcorreia!~amcorreia@177.156.50.250> has joined #angularjs
[21:15:31] *** cytrinox <cytrinox!~cyx@mail.chaospixel.com> has joined #angularjs
[21:18:42] *** ceterizi_ <ceterizi_!~ceterizin@evergage03.e.subnet.rcn.com> has joined #angularjs
[21:18:57] *** amcorrei1 <amcorrei1!~amcorreia@186.213.164.181> has quit IRC (Ping timeout: 264 seconds)
[21:20:48] *** boomshankerx <boomshankerx!~boomshank@s173-183-203-65.ab.hsia.telus.net> has joined #angularjs
[21:21:07] *** doxo <doxo!uid283018@gateway/web/irccloud.com/x-goqckomsymoahqrb> has quit IRC (Quit: Connection closed for inactivity)
[21:21:35] *** ceterizine <ceterizine!~ceterizin@evergage03.e.subnet.rcn.com> has quit IRC (Ping timeout: 240 seconds)
[21:24:50] *** boomshankerx <boomshankerx!~boomshank@s173-183-203-65.ab.hsia.telus.net> has quit IRC (Client Quit)
[21:33:09] *** edrocks <edrocks!~ed@173.169.31.48> has joined #angularjs
[21:35:11] *** kneeki <kneeki!~kneeki@c-76-28-253-109.hsd1.wa.comcast.net> has joined #angularjs
[21:40:59] *** star_prone <star_prone!~sviatovig@86.120.189.31> has joined #angularjs
[21:46:01] *** voltron <voltron!~voltron@98.187.3.13> has quit IRC (Quit: Leaving)
[21:52:44] *** ceterizi_ <ceterizi_!~ceterizin@evergage03.e.subnet.rcn.com> has quit IRC (Remote host closed the connection)
[21:53:19] *** ceterizine <ceterizine!~ceterizin@evergage03.e.subnet.rcn.com> has joined #angularjs
[22:01:28] *** ecuanaso <ecuanaso!~textual@63.241.105.20> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[22:03:50] *** metrixx is now known as Guest89856
[22:03:50] *** metrixx_ <metrixx_!~metrixx@unaffiliated/metrixx> has joined #angularjs
[22:03:55] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Remote host closed the connection)
[22:04:22] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[22:07:26] *** Guest89856 <Guest89856!~metrixx@unaffiliated/metrixx> has quit IRC (Ping timeout: 268 seconds)
[22:07:41] *** soee <soee!~soee@user-94-254-239-69.play-internet.pl> has quit IRC (Quit: Konversation terminated!)
[22:14:57] *** kneeki <kneeki!~kneeki@c-76-28-253-109.hsd1.wa.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[22:19:14] *** replay <replay!~replay@pdpc/supporter/student/replay> has quit IRC (Read error: Connection reset by peer)
[22:19:45] *** jlebrech <jlebrech!~jlebrech@89.165.136.2> has joined #angularjs
[22:20:45] *** kneeki <kneeki!~kneeki@c-76-28-253-109.hsd1.wa.comcast.net> has joined #angularjs
[22:20:48] *** replay <replay!~replay@pdpc/supporter/student/replay> has joined #angularjs
[22:24:22] *** jlebrech <jlebrech!~jlebrech@89.165.136.2> has quit IRC (Ping timeout: 264 seconds)
[22:27:21] *** replay <replay!~replay@pdpc/supporter/student/replay> has quit IRC (Ping timeout: 264 seconds)
[22:28:39] *** replay <replay!~replay@pdpc/supporter/student/replay> has joined #angularjs
[22:32:07] *** Ridley5 <Ridley5!~kvirc@197.1.91.187> has joined #angularjs
[22:32:07] *** Ridley5 <Ridley5!~kvirc@197.1.91.187> has quit IRC (Changing host)
[22:32:07] *** Ridley5 <Ridley5!~kvirc@unaffiliated/ridley5> has joined #angularjs
[22:34:41] *** replay <replay!~replay@pdpc/supporter/student/replay> has quit IRC (Read error: Connection reset by peer)
[22:35:17] *** listenmore <listenmore!~strike@95.151.46.154> has quit IRC (Remote host closed the connection)
[22:35:43] *** listenmore <listenmore!~strike@95.151.46.154> has joined #angularjs
[22:35:49] *** eago <eago!~eago@212.15.176.101> has joined #angularjs
[22:37:27] *** MortimerCat <MortimerCat!~Thunderbi@host86-149-69-109.range86-149.btcentralplus.com> has joined #angularjs
[22:40:16] *** eago <eago!~eago@212.15.176.101> has quit IRC (Remote host closed the connection)
[22:42:33] *** eago <eago!~eago@212.15.176.101> has joined #angularjs
[22:54:53] *** LennardW <LennardW!~LennardW@ip503cfcfb.speed.planet.nl> has quit IRC (Ping timeout: 260 seconds)
[22:56:02] *** LennardW|afk <LennardW|afk!~LennardW@ip503cfcfb.speed.planet.nl> has joined #angularjs
[22:56:14] *** LennardW|afk is now known as LennardW
[22:56:32] *** star_prone <star_prone!~sviatovig@86.120.189.31> has quit IRC (Remote host closed the connection)
[22:58:06] *** replay <replay!~replay@pdpc/supporter/student/replay> has joined #angularjs
[23:03:46]
*** PeDr0_HuG0 <PeDr0_HuG0!~kvirc@201.150.52.127> has quit IRC (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
[23:08:03] *** atula <atula!~neobreed@209.6.221.20> has joined #angularjs
[23:08:56] *** replay <replay!~replay@pdpc/supporter/student/replay> has quit IRC (Read error: Connection reset by peer)
[23:12:52] *** Maxel_ <Maxel_!~Maxel@50-241-60-125-static.hfc.comcastbusiness.net> has joined #angularjs
[23:14:08] *** metrixx_ <metrixx_!~metrixx@unaffiliated/metrixx> has quit IRC (Ping timeout: 260 seconds)
[23:16:14] *** eago <eago!~eago@212.15.176.101> has quit IRC (Remote host closed the connection)
[23:17:03] *** Peppa_Swine <Peppa_Swine!~heartburn@78.108.46.220> has quit IRC (Quit: leaving)
[23:17:24] *** Peppa_Swine <Peppa_Swine!~heartburn@78.108.46.220> has joined #angularjs
[23:17:35] *** Maxel <Maxel!~Maxel@50-241-60-125-static.hfc.comcastbusiness.net> has quit IRC (Ping timeout: 276 seconds)
[23:17:51] *** Maxel_ <Maxel_!~Maxel@50-241-60-125-static.hfc.comcastbusiness.net> has quit IRC (Ping timeout: 256 seconds)
[23:18:09] *** Triangular <Triangular!tri@109.255.147.174> has quit IRC (Remote host closed the connection)
[23:19:21] *** atula <atula!~neobreed@209.6.221.20> has quit IRC (Quit: This computer has gone to sleep)
[23:23:39] *** ecuanaso <ecuanaso!~textual@ool-4a59bce1.dyn.optonline.net> has joined #angularjs
[23:28:46] *** John_Ivan <John_Ivan!~John_Ivan@unaffiliated/john-ivan/x-3287162> has quit IRC (Read error: Connection reset by peer)
[23:30:09] *** dlam` <dlam`!~user@64.71.6.2> has joined #angularjs
[23:31:02] *** marr <marr!~ccc@77-253-112-252.adsl.inetia.pl> has joined #angularjs
[23:32:10] *** ptx0 <ptx0!~cheesus_c@unaffiliated/ptx0> has quit IRC (Ping timeout: 264 seconds)
[23:32:10] *** dlam <dlam!~user@64.71.6.2> has quit IRC (Read error: Connection reset by peer)
[23:32:23] *** dlam`` <dlam``!~user@64.71.6.2> has joined #angularjs
[23:36:05] *** dlam` <dlam`!~user@64.71.6.2> has quit IRC (Ping timeout: 240 seconds)
[23:49:43] *** LennardW <LennardW!~LennardW@ip503cfcfb.speed.planet.nl> has quit IRC (Ping timeout: 260 seconds)
[23:50:34] *** LennardW|afk <LennardW|afk!~LennardW@ip503cfcfb.speed.planet.nl> has joined #angularjs
[23:50:46] *** LennardW|afk is now known as LennardW
[23:50:51] *** slupi <slupi!~slupi@2a02:810d:12bf:f9c4:992:e562:2f68:5541> has quit IRC (Ping timeout: 240 seconds)
[23:56:44] *** John_Ivan <John_Ivan!~John_Ivan@79.97.140.214> has joined #angularjs
[23:56:44] *** John_Ivan <John_Ivan!~John_Ivan@79.97.140.214> has quit IRC (Changing host)
[23:56:44] *** John_Ivan <John_Ivan!~John_Ivan@unaffiliated/john-ivan/x-3287162> has joined #angularjs
[23:58:39] *** fairuz <fairuz!~textual@unaffiliated/fairuz> has joined #angularjs