Steve Yin

Results 49 comments of Steve Yin

> I'd suggest you to put debug print there how should I do that?

I think 10.13.3 is different because the os will automatically rebuild the kernel cache. Just try this, If you `sudo touch /System/Library/Extensions`, and after a few minutes, run `sudo kextcache...

just checked the source, you are using the provider to set the default options, and provider is module indepentend, so by your design this is the correct result. you might...

no, the problem is not the InjectionToken, because in module you write: ``` providers: [ { provide: 'popperDefaults', useValue: {} }] ``` this will make any module import use a...

刚才在虚拟机上试了一下, 一样的结果

@overtrue 才试了一下, 已经是psysh 0.9.9 最新了, 还是一样, 有顿号就直接退. ubuntu 18.04 , 用的 https://launchpad.net/~ondrej/+archive/ubuntu/php 这里的php ``` PHP 7.3.11-1+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Oct 24 2019 18:23:23) ( NTS ) Copyright (c) 1997-2018 The PHP...

@xiaodit 我在mac下面也没这问题呢...

well, it's a design problem, you renamed the input of `target` to directive's selector, so if we stick to angular and use strict mode, user must specify the value of...

@toverux, Indeed, there is another way and I think the better way of doing this. currently you are using structural directives which works best on elements except `ng-template`, but if...